Shades of Turquoise #59F0D7
Tints of Turquoise #59F0D7
RGB
CMYK
RGB Variations
Color information
#59F0D7 (or 0x59F0D7) is known color: Turquoise. HEX triplet: 59, F0 and D7. RGB value is (89,240,215). Sum of RGB (Red+Green+Blue) = 89+240+215=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0D7 is #A60F28. Grayscale: #BFBFBF. Windows color (decimal): -10882857 or 14151769. OLE color: 14151769.
HSL color Cylindrical-coordinate representation of color #59F0D7: hue angle of 170.07º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0D7 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 240 | 215 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.06 |
| HSL | 170.07º | 0.83% | 0.65% | - |
| HSV(B) | 170.07º | 0.63% | 0.94% | - |
| XYZ | 47.55 | 69.35 | 75.17 | - |
| YUV | 192 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 215 | 0.63 | 0 | 0.10 | 0.06 | 170.07 | 0.83 | 0.65 |
| Hex | 59 | F0 | D7 | 3F | 0 | A | 6 | AA | 53 | 41 |
| Octal | 131 | 360 | 327 | 77 | 0 | 12 | 6 | 252 | 123 | 101 |
| Binary | 1011001 | 11110000 | 11010111 | 111111 | 0 | 1010 | 110 | 10101010 | 1010011 | 1000001 |
Color Harmonies of #59F0D7
Complementary color
Monochromatic Colors of #59F0D7
Black with #59F0D7
Text Example
Text Example
White with #59F0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0D7; }
p { color: rgb(89,240,215); }
H1.HeaderClassName
{
color: #59F0D7;
}
.AnyTagClassName
{
color: #59F0D7;
}
</style>
background-color css
<style>
a { background-color: #59F0D7; }
a { background-color: rgb(89,240,215); }
div.DivClassName
{
background-color: #59F0D7;
}
.BgClassName
{
background-color: #59F0D7;
}
</style>
border-color css
<style>
span { border-color: #59F0D7; }
span { border-color: rgb(89,240,215); }
td.TdClassName
{
border-color: #59F0D7;
}
.TagClassName
{
border-color: #59F0D7;
}
</style>