Shades of Turquoise Blue #59D9ED
Tints of Turquoise Blue #59D9ED
RGB
CMYK
RGB Variations
Color information
#59D9ED (or 0x59D9ED) is known color: Turquoise Blue. HEX triplet: 59, D9 and ED. RGB value is (89,217,237). Sum of RGB (Red+Green+Blue) = 89+217+237=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #59D9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D9ED is #A62612. Grayscale: #B4B4B4. Windows color (decimal): -10888723 or 15587673. OLE color: 15587673.
HSL color Cylindrical-coordinate representation of color #59D9ED: hue angle of 188.11º 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 #59D9ED is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 217 | 237 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.07 |
| HSL | 188.11º | 0.8% | 0.64% | - |
| HSV(B) | 188.11º | 0.62% | 0.93% | - |
| XYZ | 44.22 | 57.86 | 88.96 | - |
| YUV | 181.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 217 | 237 | 0.62 | 0.08 | 0 | 0.07 | 188.11 | 0.8 | 0.64 |
| Hex | 59 | D9 | ED | 3E | 8 | 0 | 7 | BC | 50 | 40 |
| Octal | 131 | 331 | 355 | 76 | 10 | 0 | 7 | 274 | 120 | 100 |
| Binary | 1011001 | 11011001 | 11101101 | 111110 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000000 |
Color Harmonies of #59D9ED
Complementary color
Monochromatic Colors of #59D9ED
Black with #59D9ED
Text Example
Text Example
White with #59D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D9ED; }
p { color: rgb(89,217,237); }
H1.HeaderClassName
{
color: #59D9ED;
}
.AnyTagClassName
{
color: #59D9ED;
}
</style>
background-color css
<style>
a { background-color: #59D9ED; }
a { background-color: rgb(89,217,237); }
div.DivClassName
{
background-color: #59D9ED;
}
.BgClassName
{
background-color: #59D9ED;
}
</style>
border-color css
<style>
span { border-color: #59D9ED; }
span { border-color: rgb(89,217,237); }
td.TdClassName
{
border-color: #59D9ED;
}
.TagClassName
{
border-color: #59D9ED;
}
</style>