#59DFEA

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

Shades of Turquoise Blue #59DFEA

Tints of Turquoise Blue #59DFEA

Color information

#59DFEA (or 0x59DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 59, DF and EA. RGB value is (89,223,234). Sum of RGB (Red+Green+Blue) = 89+223+234=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #59DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFEA is #A62015. Grayscale: #B8B8B8. Windows color (decimal): -10887190 or 15392601. OLE color: 15392601.

HSL color Cylindrical-coordinate representation of color #59DFEA: hue angle of 184.55º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DFEA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89223234-
CMYK0.620.0500.08
HSL184.55º77.54%63.33%-
HSV(B)184.55º61.97%91.76%-
XYZ45.3660.8487.19-
YUV184.19156.1160.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.30%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=16.30%
G=40.84%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892232340.620.0500.08184.5577.5463.33
Hex59DFEA3E508b94e3f
Octal13133735276501027111677
Binary1011001110111111110101011111010101000101110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59DFEA; }

 p { color: rgb(89,223,234); }

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

<style>
 a { background-color: #59DFEA; }

 a { background-color: rgb(89,223,234); }

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

<style>
 span { border-color: #59DFEA; }

 span { border-color: rgb(89,223,234); }

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