#59D2EF

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

Shades of Turquoise Blue #59D2EF

Tints of Turquoise Blue #59D2EF

Color information

#59D2EF (or 0x59D2EF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D2 and EF. RGB value is (89,210,239). Sum of RGB (Red+Green+Blue) = 89+210+239=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D2EF is #A62D10. Grayscale: #B0B0B0. Windows color (decimal): -10890513 or 15716953. OLE color: 15716953.

HSL color Cylindrical-coordinate representation of color #59D2EF: hue angle of 191.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59D2EF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89210239-
CMYK0.630.1200.06
HSL191.6º82.42%64.31%-
HSV(B)191.6º62.76%93.73%-
XYZ42.7554.4589.92-
YUV177.13162.9165.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.54%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=16.54%
G=39.03%
B=44.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892102390.630.1200.06191.682.4264.31
Hex59D2EF3FC06c05240
Octal131322357771406300122100
Binary10110011101001011101111111111110001101100000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,210,239); }

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

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

 a { background-color: rgb(89,210,239); }

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

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

 span { border-color: rgb(89,210,239); }

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