#59D8EE

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

Shades of Turquoise Blue #59D8EE

Tints of Turquoise Blue #59D8EE

Color information

#59D8EE (or 0x59D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 59, D8 and EE. RGB value is (89,216,238). Sum of RGB (Red+Green+Blue) = 89+216+238=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #59D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D8EE is #A62711. Grayscale: #B4B4B4. Windows color (decimal): -10888978 or 15652953. OLE color: 15652953.

HSL color Cylindrical-coordinate representation of color #59D8EE: hue angle of 188.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59D8EE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89216238-
CMYK0.630.0900.07
HSL188.86º81.42%64.12%-
HSV(B)188.86º62.61%93.33%-
XYZ44.1157.4189.65-
YUV180.54160.4262.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.39%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=16.39%
G=39.78%
B=43.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892162380.630.0900.07188.8681.4264.12
Hex59D8EE3F907bd5140
Octal131330356771107275121100
Binary10110011101100011101110111111100101111011110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,216,238); }

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

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

 a { background-color: rgb(89,216,238); }

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

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

 span { border-color: rgb(89,216,238); }

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