Shades of Turquoise Blue #59DEE6
Tints of Turquoise Blue #59DEE6
RGB
CMYK
RGB Variations
Color information
#59DEE6 (or 0x59DEE6) is known color: Turquoise Blue. HEX triplet: 59, DE and E6. RGB value is (89,222,230). Sum of RGB (Red+Green+Blue) = 89+222+230=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #59DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DEE6 is #A62119. Grayscale: #B6B6B6. Windows color (decimal): -10887450 or 15130201. OLE color: 15130201.
HSL color Cylindrical-coordinate representation of color #59DEE6: hue angle of 183.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DEE6 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 222 | 230 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.10 |
| HSL | 183.4º | 0.74% | 0.63% | - |
| HSV(B) | 183.4º | 0.61% | 0.9% | - |
| XYZ | 44.52 | 60.08 | 84.11 | - |
| YUV | 183.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 230 | 0.61 | 0.03 | 0 | 0.10 | 183.4 | 0.74 | 0.63 |
| Hex | 59 | DE | E6 | 3D | 3 | 0 | A | B7 | 4A | 3F |
| Octal | 131 | 336 | 346 | 75 | 3 | 0 | 12 | 267 | 112 | 77 |
| Binary | 1011001 | 11011110 | 11100110 | 111101 | 11 | 0 | 1010 | 10110111 | 1001010 | 111111 |
Color Harmonies of #59DEE6
Complementary color
Monochromatic Colors of #59DEE6
Black with #59DEE6
Text Example
Text Example
White with #59DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DEE6; }
p { color: rgb(89,222,230); }
H1.HeaderClassName
{
color: #59DEE6;
}
.AnyTagClassName
{
color: #59DEE6;
}
</style>
background-color css
<style>
a { background-color: #59DEE6; }
a { background-color: rgb(89,222,230); }
div.DivClassName
{
background-color: #59DEE6;
}
.BgClassName
{
background-color: #59DEE6;
}
</style>
border-color css
<style>
span { border-color: #59DEE6; }
span { border-color: rgb(89,222,230); }
td.TdClassName
{
border-color: #59DEE6;
}
.TagClassName
{
border-color: #59DEE6;
}
</style>