Shades of Turquoise #59ECDF
Tints of Turquoise #59ECDF
RGB
CMYK
RGB Variations
Color information
#59ECDF (or 0x59ECDF) is known color: Turquoise. HEX triplet: 59, EC and DF. RGB value is (89,236,223). Sum of RGB (Red+Green+Blue) = 89+236+223=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECDF is #A61320. Grayscale: #BEBEBE. Windows color (decimal): -10883873 or 14675033. OLE color: 14675033.
HSL color Cylindrical-coordinate representation of color #59ECDF: hue angle of 174.69º degrees, saturation: 0.79, 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 #59ECDF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 223 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.07 |
| HSL | 174.69º | 0.79% | 0.64% | - |
| HSV(B) | 174.69º | 0.62% | 0.93% | - |
| XYZ | 47.43 | 67.44 | 80.33 | - |
| YUV | 190.57 | 146.3 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 223 | 0.62 | 0 | 0.06 | 0.07 | 174.69 | 0.79 | 0.64 |
| Hex | 59 | EC | DF | 3E | 0 | 6 | 7 | AF | 4F | 40 |
| Octal | 131 | 354 | 337 | 76 | 0 | 6 | 7 | 257 | 117 | 100 |
| Binary | 1011001 | 11101100 | 11011111 | 111110 | 0 | 110 | 111 | 10101111 | 1001111 | 1000000 |
Color Harmonies of #59ECDF
Complementary color
Monochromatic Colors of #59ECDF
Black with #59ECDF
Text Example
Text Example
White with #59ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECDF; }
p { color: rgb(89,236,223); }
H1.HeaderClassName
{
color: #59ECDF;
}
.AnyTagClassName
{
color: #59ECDF;
}
</style>
background-color css
<style>
a { background-color: #59ECDF; }
a { background-color: rgb(89,236,223); }
div.DivClassName
{
background-color: #59ECDF;
}
.BgClassName
{
background-color: #59ECDF;
}
</style>
border-color css
<style>
span { border-color: #59ECDF; }
span { border-color: rgb(89,236,223); }
td.TdClassName
{
border-color: #59ECDF;
}
.TagClassName
{
border-color: #59ECDF;
}
</style>