Shades of Turquoise Blue #59CEE7
Tints of Turquoise Blue #59CEE7
RGB
CMYK
RGB Variations
Color information
#59CEE7 (or 0x59CEE7) is known color: Turquoise Blue. HEX triplet: 59, CE and E7. RGB value is (89,206,231). Sum of RGB (Red+Green+Blue) = 89+206+231=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #59CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEE7 is #A63118. Grayscale: #ADADAD. Windows color (decimal): -10891545 or 15191641. OLE color: 15191641.
HSL color Cylindrical-coordinate representation of color #59CEE7: hue angle of 190.56º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59CEE7 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 206 | 231 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.09 |
| HSL | 190.56º | 0.75% | 0.63% | - |
| HSV(B) | 190.56º | 0.61% | 0.91% | - |
| XYZ | 40.61 | 52.04 | 83.5 | - |
| YUV | 173.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 231 | 0.61 | 0.11 | 0 | 0.09 | 190.56 | 0.75 | 0.63 |
| Hex | 59 | CE | E7 | 3D | B | 0 | 9 | BF | 4B | 3F |
| Octal | 131 | 316 | 347 | 75 | 13 | 0 | 11 | 277 | 113 | 77 |
| Binary | 1011001 | 11001110 | 11100111 | 111101 | 1011 | 0 | 1001 | 10111111 | 1001011 | 111111 |
Color Harmonies of #59CEE7
Complementary color
Monochromatic Colors of #59CEE7
Black with #59CEE7
Text Example
Text Example
White with #59CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEE7; }
p { color: rgb(89,206,231); }
H1.HeaderClassName
{
color: #59CEE7;
}
.AnyTagClassName
{
color: #59CEE7;
}
</style>
background-color css
<style>
a { background-color: #59CEE7; }
a { background-color: rgb(89,206,231); }
div.DivClassName
{
background-color: #59CEE7;
}
.BgClassName
{
background-color: #59CEE7;
}
</style>
border-color css
<style>
span { border-color: #59CEE7; }
span { border-color: rgb(89,206,231); }
td.TdClassName
{
border-color: #59CEE7;
}
.TagClassName
{
border-color: #59CEE7;
}
</style>