#59CEDE

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

Shades of Turquoise Blue #59CEDE

Tints of Turquoise Blue #59CEDE

Color information

#59CEDE (or 0x59CEDE) is unknown color: approx Turquoise Blue. HEX triplet: 59, CE and DE. RGB value is (89,206,222). Sum of RGB (Red+Green+Blue) = 89+206+222=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #59CEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEDE is #A63121. Grayscale: #ACACAC. Windows color (decimal): -10891554 or 14601817. OLE color: 14601817.

HSL color Cylindrical-coordinate representation of color #59CEDE: hue angle of 187.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CEDE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89206222-
CMYK0.600.0700.13
HSL187.22º66.83%60.98%-
HSV(B)187.22º59.91%87.06%-
XYZ39.3851.5476.98-
YUV172.84155.7468.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.21%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=17.21%
G=39.85%
B=42.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892062220.600.0700.13187.2266.8360.98
Hex59CEDE3C70Dbb433d
Octal13131633674701527310375
Binary1011001110011101101111011110011101101101110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,206,222); }

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

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

 a { background-color: rgb(89,206,222); }

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

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

 span { border-color: rgb(89,206,222); }

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