Shades of Turquoise #59F3CE
Tints of Turquoise #59F3CE
RGB
CMYK
RGB Variations
Color information
#59F3CE (or 0x59F3CE) is known color: Turquoise. HEX triplet: 59, F3 and CE. RGB value is (89,243,206). Sum of RGB (Red+Green+Blue) = 89+243+206=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #59F3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F3CE is #A60C31. Grayscale: #C0C0C0. Windows color (decimal): -10882098 or 13562713. OLE color: 13562713.
HSL color Cylindrical-coordinate representation of color #59F3CE: hue angle of 165.58º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F3CE is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 243 | 206 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.05 |
| HSL | 165.58º | 0.87% | 0.65% | - |
| HSV(B) | 165.58º | 0.63% | 0.95% | - |
| XYZ | 47.31 | 70.68 | 69.54 | - |
| YUV | 192.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 243 | 206 | 0.63 | 0 | 0.15 | 0.05 | 165.58 | 0.87 | 0.65 |
| Hex | 59 | F3 | CE | 3F | 0 | F | 5 | A6 | 57 | 41 |
| Octal | 131 | 363 | 316 | 77 | 0 | 17 | 5 | 246 | 127 | 101 |
| Binary | 1011001 | 11110011 | 11001110 | 111111 | 0 | 1111 | 101 | 10100110 | 1010111 | 1000001 |
Color Harmonies of #59F3CE
Complementary color
Monochromatic Colors of #59F3CE
Black with #59F3CE
Text Example
Text Example
White with #59F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F3CE; }
p { color: rgb(89,243,206); }
H1.HeaderClassName
{
color: #59F3CE;
}
.AnyTagClassName
{
color: #59F3CE;
}
</style>
background-color css
<style>
a { background-color: #59F3CE; }
a { background-color: rgb(89,243,206); }
div.DivClassName
{
background-color: #59F3CE;
}
.BgClassName
{
background-color: #59F3CE;
}
</style>
border-color css
<style>
span { border-color: #59F3CE; }
span { border-color: rgb(89,243,206); }
td.TdClassName
{
border-color: #59F3CE;
}
.TagClassName
{
border-color: #59F3CE;
}
</style>