#59DDFF

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

Shades of Turquoise Blue #59DDFF

Tints of Turquoise Blue #59DDFF

Color information

#59DDFF (or 0x59DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 59, DD and FF. RGB value is (89,221,255). Sum of RGB (Red+Green+Blue) = 89+221+255=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDFF is #A62200. Grayscale: #B9B9B9. Windows color (decimal): -10887681 or 16768345. OLE color: 16768345.

HSL color Cylindrical-coordinate representation of color #59DDFF: hue angle of 192.29º 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 #59DDFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89221255-
CMYK0.650.1300
HSL192.29º100%67.45%-
HSV(B)192.29º65.1%100%-
XYZ48.0361.06103.86-
YUV185.41167.2759.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.75%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 255 (100% from 255) = 45.13%
R=15.75%
G=39.12%
B=45.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892212550.650.1300192.2910067.45
Hex59DDFF41D00c06443
Octal1313353771011500300144103
Binary1011001110111011111111110000011101001100000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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