Shades of Turquoise Blue #59D5DE
Tints of Turquoise Blue #59D5DE
RGB
CMYK
RGB Variations
Color information
#59D5DE (or 0x59D5DE) is known color: Turquoise Blue. HEX triplet: 59, D5 and DE. RGB value is (89,213,222). Sum of RGB (Red+Green+Blue) = 89+213+222=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #59D5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5DE is #A62A21. Grayscale: #B0B0B0. Windows color (decimal): -10889762 or 14603609. OLE color: 14603609.
HSL color Cylindrical-coordinate representation of color #59D5DE: hue angle of 184.06º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59D5DE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 213 | 222 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.13 |
| HSL | 184.06º | 0.67% | 0.61% | - |
| HSV(B) | 184.06º | 0.6% | 0.87% | - |
| XYZ | 41.1 | 54.99 | 77.55 | - |
| YUV | 176.95 | 153.42 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 222 | 0.60 | 0.04 | 0 | 0.13 | 184.06 | 0.67 | 0.61 |
| Hex | 59 | D5 | DE | 3C | 4 | 0 | D | B8 | 43 | 3D |
| Octal | 131 | 325 | 336 | 74 | 4 | 0 | 15 | 270 | 103 | 75 |
| Binary | 1011001 | 11010101 | 11011110 | 111100 | 100 | 0 | 1101 | 10111000 | 1000011 | 111101 |
Color Harmonies of #59D5DE
Complementary color
Monochromatic Colors of #59D5DE
Black with #59D5DE
Text Example
Text Example
White with #59D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5DE; }
p { color: rgb(89,213,222); }
H1.HeaderClassName
{
color: #59D5DE;
}
.AnyTagClassName
{
color: #59D5DE;
}
</style>
background-color css
<style>
a { background-color: #59D5DE; }
a { background-color: rgb(89,213,222); }
div.DivClassName
{
background-color: #59D5DE;
}
.BgClassName
{
background-color: #59D5DE;
}
</style>
border-color css
<style>
span { border-color: #59D5DE; }
span { border-color: rgb(89,213,222); }
td.TdClassName
{
border-color: #59D5DE;
}
.TagClassName
{
border-color: #59D5DE;
}
</style>