Shades of Turquoise Blue #59CFE8
Tints of Turquoise Blue #59CFE8
RGB
CMYK
RGB Variations
Color information
#59CFE8 (or 0x59CFE8) is known color: Turquoise Blue. HEX triplet: 59, CF and E8. RGB value is (89,207,232). Sum of RGB (Red+Green+Blue) = 89+207+232=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #59CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFE8 is #A63017. Grayscale: #AEAEAE. Windows color (decimal): -10891288 or 15257433. OLE color: 15257433.
HSL color Cylindrical-coordinate representation of color #59CFE8: hue angle of 190.49º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59CFE8 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 207 | 232 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.09 |
| HSL | 190.49º | 0.76% | 0.63% | - |
| HSV(B) | 190.49º | 0.62% | 0.91% | - |
| XYZ | 41 | 52.58 | 84.33 | - |
| YUV | 174.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 232 | 0.62 | 0.11 | 0 | 0.09 | 190.49 | 0.76 | 0.63 |
| Hex | 59 | CF | E8 | 3E | B | 0 | 9 | BE | 4C | 3F |
| Octal | 131 | 317 | 350 | 76 | 13 | 0 | 11 | 276 | 114 | 77 |
| Binary | 1011001 | 11001111 | 11101000 | 111110 | 1011 | 0 | 1001 | 10111110 | 1001100 | 111111 |
Color Harmonies of #59CFE8
Complementary color
Monochromatic Colors of #59CFE8
Black with #59CFE8
Text Example
Text Example
White with #59CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFE8; }
p { color: rgb(89,207,232); }
H1.HeaderClassName
{
color: #59CFE8;
}
.AnyTagClassName
{
color: #59CFE8;
}
</style>
background-color css
<style>
a { background-color: #59CFE8; }
a { background-color: rgb(89,207,232); }
div.DivClassName
{
background-color: #59CFE8;
}
.BgClassName
{
background-color: #59CFE8;
}
</style>
border-color css
<style>
span { border-color: #59CFE8; }
span { border-color: rgb(89,207,232); }
td.TdClassName
{
border-color: #59CFE8;
}
.TagClassName
{
border-color: #59CFE8;
}
</style>