Shades of Turquoise Blue #59EDED
Tints of Turquoise Blue #59EDED
RGB
CMYK
RGB Variations
Color information
#59EDED (or 0x59EDED) is known color: Turquoise Blue. HEX triplet: 59, ED and ED. RGB value is (89,237,237). Sum of RGB (Red+Green+Blue) = 89+237+237=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #59EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDED is #A61212. Grayscale: #C0C0C0. Windows color (decimal): -10883603 or 15592793. OLE color: 15592793.
HSL color Cylindrical-coordinate representation of color #59EDED: hue angle of 180º 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 #59EDED is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 237 | - |
| CMYK | 0.62 | 0 | 0 | 0.07 |
| HSL | 180º | 0.8% | 0.64% | - |
| HSV(B) | 180º | 0.62% | 0.93% | - |
| XYZ | 49.69 | 68.81 | 90.78 | - |
| YUV | 192.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 237 | 0.62 | 0 | 0 | 0.07 | 180 | 0.8 | 0.64 |
| Hex | 59 | ED | ED | 3E | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 131 | 355 | 355 | 76 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #59EDED
Complementary color
Monochromatic Colors of #59EDED
Black with #59EDED
Text Example
Text Example
White with #59EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDED; }
p { color: rgb(89,237,237); }
H1.HeaderClassName
{
color: #59EDED;
}
.AnyTagClassName
{
color: #59EDED;
}
</style>
background-color css
<style>
a { background-color: #59EDED; }
a { background-color: rgb(89,237,237); }
div.DivClassName
{
background-color: #59EDED;
}
.BgClassName
{
background-color: #59EDED;
}
</style>
border-color css
<style>
span { border-color: #59EDED; }
span { border-color: rgb(89,237,237); }
td.TdClassName
{
border-color: #59EDED;
}
.TagClassName
{
border-color: #59EDED;
}
</style>