#59EADF

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

Shades of Turquoise Blue #59EADF

Tints of Turquoise Blue #59EADF

Color information

#59EADF (or 0x59EADF) is unknown color: approx Turquoise Blue. HEX triplet: 59, EA and DF. RGB value is (89,234,223). Sum of RGB (Red+Green+Blue) = 89+234+223=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #59EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EADF is #A61520. Grayscale: #BDBDBD. Windows color (decimal): -10884385 or 14674521. OLE color: 14674521.

HSL color Cylindrical-coordinate representation of color #59EADF: hue angle of 175.45º 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 #59EADF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB89234223-
CMYK0.6200.050.08
HSL175.45º77.54%63.33%-
HSV(B)175.45º61.97%91.76%-
XYZ46.8666.380.14-
YUV189.39146.9656.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892342230.6200.050.08175.4577.5463.33
Hex59EADF3E058af4e3f
Octal13135233776051025711677
Binary1011001111010101101111111111001011000101011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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