Shades of Turquoise #59F0DF
Tints of Turquoise #59F0DF
RGB
CMYK
RGB Variations
Color information
#59F0DF (or 0x59F0DF) is known color: Turquoise. HEX triplet: 59, F0 and DF. RGB value is (89,240,223). Sum of RGB (Red+Green+Blue) = 89+240+223=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0DF is #A60F20. Grayscale: #C0C0C0. Windows color (decimal): -10882849 or 14676057. OLE color: 14676057.
HSL color Cylindrical-coordinate representation of color #59F0DF: hue angle of 173.25º 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 #59F0DF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 240 | 223 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.06 |
| HSL | 173.25º | 0.83% | 0.65% | - |
| HSV(B) | 173.25º | 0.63% | 0.94% | - |
| XYZ | 48.6 | 69.77 | 80.72 | - |
| YUV | 192.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 223 | 0.63 | 0 | 0.07 | 0.06 | 173.25 | 0.83 | 0.65 |
| Hex | 59 | F0 | DF | 3F | 0 | 7 | 6 | AD | 53 | 41 |
| Octal | 131 | 360 | 337 | 77 | 0 | 7 | 6 | 255 | 123 | 101 |
| Binary | 1011001 | 11110000 | 11011111 | 111111 | 0 | 111 | 110 | 10101101 | 1010011 | 1000001 |
Color Harmonies of #59F0DF
Complementary color
Monochromatic Colors of #59F0DF
Black with #59F0DF
Text Example
Text Example
White with #59F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0DF; }
p { color: rgb(89,240,223); }
H1.HeaderClassName
{
color: #59F0DF;
}
.AnyTagClassName
{
color: #59F0DF;
}
</style>
background-color css
<style>
a { background-color: #59F0DF; }
a { background-color: rgb(89,240,223); }
div.DivClassName
{
background-color: #59F0DF;
}
.BgClassName
{
background-color: #59F0DF;
}
</style>
border-color css
<style>
span { border-color: #59F0DF; }
span { border-color: rgb(89,240,223); }
td.TdClassName
{
border-color: #59F0DF;
}
.TagClassName
{
border-color: #59F0DF;
}
</style>