Shades of Turquoise Blue #59CEEC
Tints of Turquoise Blue #59CEEC
RGB
CMYK
RGB Variations
Color information
#59CEEC (or 0x59CEEC) is known color: Turquoise Blue. HEX triplet: 59, CE and EC. RGB value is (89,206,236). Sum of RGB (Red+Green+Blue) = 89+206+236=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #59CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEEC is #A63113. Grayscale: #AEAEAE. Windows color (decimal): -10891540 or 15519321. OLE color: 15519321.
HSL color Cylindrical-coordinate representation of color #59CEEC: hue angle of 192.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59CEEC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 206 | 236 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.07 |
| HSL | 192.24º | 0.79% | 0.64% | - |
| HSV(B) | 192.24º | 0.62% | 0.93% | - |
| XYZ | 41.33 | 52.32 | 87.28 | - |
| YUV | 174.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 236 | 0.62 | 0.13 | 0 | 0.07 | 192.24 | 0.79 | 0.64 |
| Hex | 59 | CE | EC | 3E | D | 0 | 7 | C0 | 4F | 40 |
| Octal | 131 | 316 | 354 | 76 | 15 | 0 | 7 | 300 | 117 | 100 |
| Binary | 1011001 | 11001110 | 11101100 | 111110 | 1101 | 0 | 111 | 11000000 | 1001111 | 1000000 |
Color Harmonies of #59CEEC
Complementary color
Monochromatic Colors of #59CEEC
Black with #59CEEC
Text Example
Text Example
White with #59CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEEC; }
p { color: rgb(89,206,236); }
H1.HeaderClassName
{
color: #59CEEC;
}
.AnyTagClassName
{
color: #59CEEC;
}
</style>
background-color css
<style>
a { background-color: #59CEEC; }
a { background-color: rgb(89,206,236); }
div.DivClassName
{
background-color: #59CEEC;
}
.BgClassName
{
background-color: #59CEEC;
}
</style>
border-color css
<style>
span { border-color: #59CEEC; }
span { border-color: rgb(89,206,236); }
td.TdClassName
{
border-color: #59CEEC;
}
.TagClassName
{
border-color: #59CEEC;
}
</style>