#59D9FF

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

Shades of Turquoise Blue #59D9FF

Tints of Turquoise Blue #59D9FF

Color information

#59D9FF (or 0x59D9FF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D9 and FF. RGB value is (89,217,255). Sum of RGB (Red+Green+Blue) = 89+217+255=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #59D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D9FF is #A62600. Grayscale: #B6B6B6. Windows color (decimal): -10888705 or 16767321. OLE color: 16767321.

HSL color Cylindrical-coordinate representation of color #59D9FF: hue angle of 193.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59D9FF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89217255-
CMYK0.650.1500
HSL193.73º100%67.45%-
HSV(B)193.73º65.1%100%-
XYZ46.9858.97103.51-
YUV183.06168.5960.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.86%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 255 (100% from 255) = 45.45%
R=15.86%
G=38.68%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892172550.650.1500193.7310067.45
Hex59D9FF41F00c26443
Octal1313313771011700302144103
Binary1011001110110011111111110000011111001100001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,217,255); }

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

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

 a { background-color: rgb(89,217,255); }

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

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

 span { border-color: rgb(89,217,255); }

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