Shades of Turquoise Blue #59CCE6
Tints of Turquoise Blue #59CCE6
RGB
CMYK
RGB Variations
Color information
#59CCE6 (or 0x59CCE6) is known color: Turquoise Blue. HEX triplet: 59, CC and E6. RGB value is (89,204,230). Sum of RGB (Red+Green+Blue) = 89+204+230=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #59CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CCE6 is #A63319. Grayscale: #ACACAC. Windows color (decimal): -10892058 or 15125593. OLE color: 15125593.
HSL color Cylindrical-coordinate representation of color #59CCE6: hue angle of 191.06º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59CCE6 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 204 | 230 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.10 |
| HSL | 191.06º | 0.74% | 0.63% | - |
| HSV(B) | 191.06º | 0.61% | 0.9% | - |
| XYZ | 40 | 51.02 | 82.6 | - |
| YUV | 172.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 230 | 0.61 | 0.11 | 0 | 0.10 | 191.06 | 0.74 | 0.63 |
| Hex | 59 | CC | E6 | 3D | B | 0 | A | BF | 4A | 3F |
| Octal | 131 | 314 | 346 | 75 | 13 | 0 | 12 | 277 | 112 | 77 |
| Binary | 1011001 | 11001100 | 11100110 | 111101 | 1011 | 0 | 1010 | 10111111 | 1001010 | 111111 |
Color Harmonies of #59CCE6
Complementary color
Monochromatic Colors of #59CCE6
Black with #59CCE6
Text Example
Text Example
White with #59CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CCE6; }
p { color: rgb(89,204,230); }
H1.HeaderClassName
{
color: #59CCE6;
}
.AnyTagClassName
{
color: #59CCE6;
}
</style>
background-color css
<style>
a { background-color: #59CCE6; }
a { background-color: rgb(89,204,230); }
div.DivClassName
{
background-color: #59CCE6;
}
.BgClassName
{
background-color: #59CCE6;
}
</style>
border-color css
<style>
span { border-color: #59CCE6; }
span { border-color: rgb(89,204,230); }
td.TdClassName
{
border-color: #59CCE6;
}
.TagClassName
{
border-color: #59CCE6;
}
</style>