Shades of Turquoise #59EDDF
Tints of Turquoise #59EDDF
RGB
CMYK
RGB Variations
Color information
#59EDDF (or 0x59EDDF) is known color: Turquoise. HEX triplet: 59, ED and DF. RGB value is (89,237,223). Sum of RGB (Red+Green+Blue) = 89+237+223=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDDF is #A61220. Grayscale: #BFBFBF. Windows color (decimal): -10883617 or 14675289. OLE color: 14675289.
HSL color Cylindrical-coordinate representation of color #59EDDF: hue angle of 174.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDDF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 223 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.07 |
| HSL | 174.32º | 0.8% | 0.64% | - |
| HSV(B) | 174.32º | 0.62% | 0.93% | - |
| XYZ | 47.72 | 68.02 | 80.43 | - |
| YUV | 191.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 223 | 0.62 | 0 | 0.06 | 0.07 | 174.32 | 0.8 | 0.64 |
| Hex | 59 | ED | DF | 3E | 0 | 6 | 7 | AE | 50 | 40 |
| Octal | 131 | 355 | 337 | 76 | 0 | 6 | 7 | 256 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11011111 | 111110 | 0 | 110 | 111 | 10101110 | 1010000 | 1000000 |
Color Harmonies of #59EDDF
Complementary color
Monochromatic Colors of #59EDDF
Black with #59EDDF
Text Example
Text Example
White with #59EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDDF; }
p { color: rgb(89,237,223); }
H1.HeaderClassName
{
color: #59EDDF;
}
.AnyTagClassName
{
color: #59EDDF;
}
</style>
background-color css
<style>
a { background-color: #59EDDF; }
a { background-color: rgb(89,237,223); }
div.DivClassName
{
background-color: #59EDDF;
}
.BgClassName
{
background-color: #59EDDF;
}
</style>
border-color css
<style>
span { border-color: #59EDDF; }
span { border-color: rgb(89,237,223); }
td.TdClassName
{
border-color: #59EDDF;
}
.TagClassName
{
border-color: #59EDDF;
}
</style>