Shades of Turquoise Blue #59DCE5
Tints of Turquoise Blue #59DCE5
RGB
CMYK
RGB Variations
Color information
#59DCE5 (or 0x59DCE5) is known color: Turquoise Blue. HEX triplet: 59, DC and E5. RGB value is (89,220,229). Sum of RGB (Red+Green+Blue) = 89+220+229=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #59DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCE5 is #A6231A. Grayscale: #B5B5B5. Windows color (decimal): -10887963 or 15064153. OLE color: 15064153.
HSL color Cylindrical-coordinate representation of color #59DCE5: hue angle of 183.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DCE5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 220 | 229 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.10 |
| HSL | 183.86º | 0.73% | 0.62% | - |
| HSV(B) | 183.86º | 0.61% | 0.9% | - |
| XYZ | 43.86 | 58.97 | 83.2 | - |
| YUV | 181.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 229 | 0.61 | 0.04 | 0 | 0.10 | 183.86 | 0.73 | 0.62 |
| Hex | 59 | DC | E5 | 3D | 4 | 0 | A | B8 | 49 | 3E |
| Octal | 131 | 334 | 345 | 75 | 4 | 0 | 12 | 270 | 111 | 76 |
| Binary | 1011001 | 11011100 | 11100101 | 111101 | 100 | 0 | 1010 | 10111000 | 1001001 | 111110 |
Color Harmonies of #59DCE5
Complementary color
Monochromatic Colors of #59DCE5
Black with #59DCE5
Text Example
Text Example
White with #59DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCE5; }
p { color: rgb(89,220,229); }
H1.HeaderClassName
{
color: #59DCE5;
}
.AnyTagClassName
{
color: #59DCE5;
}
</style>
background-color css
<style>
a { background-color: #59DCE5; }
a { background-color: rgb(89,220,229); }
div.DivClassName
{
background-color: #59DCE5;
}
.BgClassName
{
background-color: #59DCE5;
}
</style>
border-color css
<style>
span { border-color: #59DCE5; }
span { border-color: rgb(89,220,229); }
td.TdClassName
{
border-color: #59DCE5;
}
.TagClassName
{
border-color: #59DCE5;
}
</style>