#59CCDB

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

Shades of Turquoise Blue #59CCDB

Tints of Turquoise Blue #59CCDB

Color information

#59CCDB (or 0x59CCDB) is unknown color: approx Turquoise Blue. HEX triplet: 59, CC and DB. RGB value is (89,204,219). Sum of RGB (Red+Green+Blue) = 89+204+219=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #59CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCDB is #A63324. Grayscale: #ABABAB. Windows color (decimal): -10892069 or 14404697. OLE color: 14404697.

HSL color Cylindrical-coordinate representation of color #59CCDB: hue angle of 186.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59CCDB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89204219-
CMYK0.590.0700.14
HSL186.92º64.36%60.39%-
HSV(B)186.92º59.36%85.88%-
XYZ38.550.4274.72-
YUV171.32154.969.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.38%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=17.38%
G=39.84%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal892042190.590.0700.14186.9264.3660.39
Hex59CCDB3B70Ebb403c
Octal13131433373701627310074
Binary1011001110011001101101111101111101110101110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,204,219); }

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

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

 a { background-color: rgb(89,204,219); }

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

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

 span { border-color: rgb(89,204,219); }

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