#59D7E4

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

Shades of Turquoise Blue #59D7E4

Tints of Turquoise Blue #59D7E4

Color information

#59D7E4 (or 0x59D7E4) is unknown color: approx Turquoise Blue. HEX triplet: 59, D7 and E4. RGB value is (89,215,228). Sum of RGB (Red+Green+Blue) = 89+215+228=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #59D7E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7E4 is #A6281B. Grayscale: #B2B2B2. Windows color (decimal): -10889244 or 14997337. OLE color: 14997337.

HSL color Cylindrical-coordinate representation of color #59D7E4: hue angle of 185.61º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59D7E4 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89215228-
CMYK0.610.0600.11
HSL185.61º72.02%62.16%-
HSV(B)185.61º60.96%89.41%-
XYZ42.4256.3382.03-
YUV178.81155.7663.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.73%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 228 (89.45% from 255) = 42.86%
R=16.73%
G=40.41%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal892152280.610.0600.11185.6172.0262.16
Hex59D7E43D60Bba483e
Octal13132734475601327211076
Binary1011001110101111110010011110111001011101110101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,215,228); }

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

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

 a { background-color: rgb(89,215,228); }

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

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

 span { border-color: rgb(89,215,228); }

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