Shades of Turquoise #59F4CB
Tints of Turquoise #59F4CB
RGB
CMYK
RGB Variations
Color information
#59F4CB (or 0x59F4CB) is known color: Turquoise. HEX triplet: 59, F4 and CB. RGB value is (89,244,203). Sum of RGB (Red+Green+Blue) = 89+244+203=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #59F4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F4CB is #A60B34. Grayscale: #C0C0C0. Windows color (decimal): -10881845 or 13366361. OLE color: 13366361.
HSL color Cylindrical-coordinate representation of color #59F4CB: hue angle of 164.13º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F4CB is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 244 | 203 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.04 |
| HSL | 164.13º | 0.88% | 0.65% | - |
| HSV(B) | 164.13º | 0.64% | 0.96% | - |
| XYZ | 47.25 | 71.14 | 67.74 | - |
| YUV | 192.98 | 133.65 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 244 | 203 | 0.64 | 0 | 0.17 | 0.04 | 164.13 | 0.88 | 0.65 |
| Hex | 59 | F4 | CB | 40 | 0 | 11 | 4 | A4 | 58 | 41 |
| Octal | 131 | 364 | 313 | 100 | 0 | 21 | 4 | 244 | 130 | 101 |
| Binary | 1011001 | 11110100 | 11001011 | 1000000 | 0 | 10001 | 100 | 10100100 | 1011000 | 1000001 |
Color Harmonies of #59F4CB
Complementary color
Monochromatic Colors of #59F4CB
Black with #59F4CB
Text Example
Text Example
White with #59F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F4CB; }
p { color: rgb(89,244,203); }
H1.HeaderClassName
{
color: #59F4CB;
}
.AnyTagClassName
{
color: #59F4CB;
}
</style>
background-color css
<style>
a { background-color: #59F4CB; }
a { background-color: rgb(89,244,203); }
div.DivClassName
{
background-color: #59F4CB;
}
.BgClassName
{
background-color: #59F4CB;
}
</style>
border-color css
<style>
span { border-color: #59F4CB; }
span { border-color: rgb(89,244,203); }
td.TdClassName
{
border-color: #59F4CB;
}
.TagClassName
{
border-color: #59F4CB;
}
</style>