Shades of Turquoise #59EFDF
Tints of Turquoise #59EFDF
RGB
CMYK
RGB Variations
Color information
#59EFDF (or 0x59EFDF) is known color: Turquoise. HEX triplet: 59, EF and DF. RGB value is (89,239,223). Sum of RGB (Red+Green+Blue) = 89+239+223=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFDF is #A61020. Grayscale: #C0C0C0. Windows color (decimal): -10883105 or 14675801. OLE color: 14675801.
HSL color Cylindrical-coordinate representation of color #59EFDF: hue angle of 173.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EFDF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 223 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.06 |
| HSL | 173.6º | 0.82% | 0.64% | - |
| HSV(B) | 173.6º | 0.63% | 0.94% | - |
| XYZ | 48.31 | 69.18 | 80.62 | - |
| YUV | 192.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 223 | 0.63 | 0 | 0.07 | 0.06 | 173.6 | 0.82 | 0.64 |
| Hex | 59 | EF | DF | 3F | 0 | 7 | 6 | AE | 52 | 40 |
| Octal | 131 | 357 | 337 | 77 | 0 | 7 | 6 | 256 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11011111 | 111111 | 0 | 111 | 110 | 10101110 | 1010010 | 1000000 |
Color Harmonies of #59EFDF
Complementary color
Monochromatic Colors of #59EFDF
Black with #59EFDF
Text Example
Text Example
White with #59EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFDF; }
p { color: rgb(89,239,223); }
H1.HeaderClassName
{
color: #59EFDF;
}
.AnyTagClassName
{
color: #59EFDF;
}
</style>
background-color css
<style>
a { background-color: #59EFDF; }
a { background-color: rgb(89,239,223); }
div.DivClassName
{
background-color: #59EFDF;
}
.BgClassName
{
background-color: #59EFDF;
}
</style>
border-color css
<style>
span { border-color: #59EFDF; }
span { border-color: rgb(89,239,223); }
td.TdClassName
{
border-color: #59EFDF;
}
.TagClassName
{
border-color: #59EFDF;
}
</style>