#54DCF2

Color #54DCF2 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #54DCF2

Tints of Turquoise Blue #54DCF2

Color information

#54DCF2 (or 0x54DCF2) is unknown color: approx Turquoise Blue. HEX triplet: 54, DC and F2. RGB value is (84,220,242). Sum of RGB (Red+Green+Blue) = 84+220+242=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #54DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCF2 is #AB230D. Grayscale: #B5B5B5. Windows color (decimal): -11215630 or 15916116. OLE color: 15916116.

HSL color Cylindrical-coordinate representation of color #54DCF2: hue angle of 188.35º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DCF2 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84220242-
CMYK0.650.0900.05
HSL188.35º85.87%63.92%-
HSV(B)188.35º65.29%94.9%-
XYZ45.2859.4893.1-
YUV181.84161.9458.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 15.38%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=15.38%
G=40.29%
B=44.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842202420.650.0900.05188.3585.8763.92
Hex54DCF241905bc5640
Octal1243343621011105274126100
Binary101010011011100111100101000001100101011011110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54DCF2; }

 p { color: rgb(84,220,242); }

 H1.HeaderClassName
 {
   color: #54DCF2;
 }
 .AnyTagClassName
 {
   color: #54DCF2;
 }
</style>
background-color css

<style>
 a { background-color: #54DCF2; }

 a { background-color: rgb(84,220,242); }

 div.DivClassName
 {
   background-color: #54DCF2;
 }
 .BgClassName
 {
   background-color: #54DCF2;
 }
</style>
border-color css

<style>
 span { border-color: #54DCF2; }

 span { border-color: rgb(84,220,242); }

 td.TdClassName
 {
   border-color: #54DCF2;
 }
 .TagClassName
 {
   border-color: #54DCF2;
 }
</style>