#59D7EF

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

Shades of Turquoise Blue #59D7EF

Tints of Turquoise Blue #59D7EF

Color information

#59D7EF (or 0x59D7EF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D7 and EF. RGB value is (89,215,239). Sum of RGB (Red+Green+Blue) = 89+215+239=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D7EF is #A62810. Grayscale: #B3B3B3. Windows color (decimal): -10889233 or 15718233. OLE color: 15718233.

HSL color Cylindrical-coordinate representation of color #59D7EF: hue angle of 189.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 #59D7EF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89215239-
CMYK0.630.1000.06
HSL189.6º82.42%64.31%-
HSV(B)189.6º62.76%93.73%-
XYZ4456.9690.34-
YUV180.06161.2663.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.39%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=16.39%
G=39.59%
B=44.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892152390.630.1000.06189.682.4264.31
Hex59D7EF3FA06be5240
Octal131327357771206276122100
Binary10110011101011111101111111111101001101011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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