Shades of Turquoise Blue #59CFE0
Tints of Turquoise Blue #59CFE0
RGB
CMYK
RGB Variations
Color information
#59CFE0 (or 0x59CFE0) is known color: Turquoise Blue. HEX triplet: 59, CF and E0. RGB value is (89,207,224). Sum of RGB (Red+Green+Blue) = 89+207+224=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #59CFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFE0 is #A6301F. Grayscale: #ADADAD. Windows color (decimal): -10891296 or 14733145. OLE color: 14733145.
HSL color Cylindrical-coordinate representation of color #59CFE0: hue angle of 187.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CFE0 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 207 | 224 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.12 |
| HSL | 187.56º | 0.69% | 0.61% | - |
| HSV(B) | 187.56º | 0.6% | 0.88% | - |
| XYZ | 39.89 | 52.13 | 78.48 | - |
| YUV | 173.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 224 | 0.60 | 0.08 | 0 | 0.12 | 187.56 | 0.69 | 0.61 |
| Hex | 59 | CF | E0 | 3C | 8 | 0 | C | BC | 45 | 3D |
| Octal | 131 | 317 | 340 | 74 | 10 | 0 | 14 | 274 | 105 | 75 |
| Binary | 1011001 | 11001111 | 11100000 | 111100 | 1000 | 0 | 1100 | 10111100 | 1000101 | 111101 |
Color Harmonies of #59CFE0
Complementary color
Monochromatic Colors of #59CFE0
Black with #59CFE0
Text Example
Text Example
White with #59CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFE0; }
p { color: rgb(89,207,224); }
H1.HeaderClassName
{
color: #59CFE0;
}
.AnyTagClassName
{
color: #59CFE0;
}
</style>
background-color css
<style>
a { background-color: #59CFE0; }
a { background-color: rgb(89,207,224); }
div.DivClassName
{
background-color: #59CFE0;
}
.BgClassName
{
background-color: #59CFE0;
}
</style>
border-color css
<style>
span { border-color: #59CFE0; }
span { border-color: rgb(89,207,224); }
td.TdClassName
{
border-color: #59CFE0;
}
.TagClassName
{
border-color: #59CFE0;
}
</style>