Shades of Turquoise Blue #59EDEF
Tints of Turquoise Blue #59EDEF
RGB
CMYK
RGB Variations
Color information
#59EDEF (or 0x59EDEF) is known color: Turquoise Blue. HEX triplet: 59, ED and EF. RGB value is (89,237,239). Sum of RGB (Red+Green+Blue) = 89+237+239=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #59EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDEF is #A61210. Grayscale: #C0C0C0. Windows color (decimal): -10883601 or 15723865. OLE color: 15723865.
HSL color Cylindrical-coordinate representation of color #59EDEF: hue angle of 180.8º 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 #59EDEF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 237 | 239 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.06 |
| HSL | 180.8º | 0.82% | 0.64% | - |
| HSV(B) | 180.8º | 0.63% | 0.94% | - |
| XYZ | 49.98 | 68.92 | 92.33 | - |
| YUV | 192.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 239 | 0.63 | 0.01 | 0 | 0.06 | 180.8 | 0.82 | 0.64 |
| Hex | 59 | ED | EF | 3F | 1 | 0 | 6 | B5 | 52 | 40 |
| Octal | 131 | 355 | 357 | 77 | 1 | 0 | 6 | 265 | 122 | 100 |
| Binary | 1011001 | 11101101 | 11101111 | 111111 | 1 | 0 | 110 | 10110101 | 1010010 | 1000000 |
Color Harmonies of #59EDEF
Complementary color
Monochromatic Colors of #59EDEF
Black with #59EDEF
Text Example
Text Example
White with #59EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDEF; }
p { color: rgb(89,237,239); }
H1.HeaderClassName
{
color: #59EDEF;
}
.AnyTagClassName
{
color: #59EDEF;
}
</style>
background-color css
<style>
a { background-color: #59EDEF; }
a { background-color: rgb(89,237,239); }
div.DivClassName
{
background-color: #59EDEF;
}
.BgClassName
{
background-color: #59EDEF;
}
</style>
border-color css
<style>
span { border-color: #59EDEF; }
span { border-color: rgb(89,237,239); }
td.TdClassName
{
border-color: #59EDEF;
}
.TagClassName
{
border-color: #59EDEF;
}
</style>