Shades of Turquoise Blue #59DBDC
Tints of Turquoise Blue #59DBDC
RGB
CMYK
RGB Variations
Color information
#59DBDC (or 0x59DBDC) is known color: Turquoise Blue. HEX triplet: 59, DB and DC. RGB value is (89,219,220). Sum of RGB (Red+Green+Blue) = 89+219+220=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #59DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBDC is #A62423. Grayscale: #B4B4B4. Windows color (decimal): -10888228 or 14474073. OLE color: 14474073.
HSL color Cylindrical-coordinate representation of color #59DBDC: hue angle of 180.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DBDC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 220 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.14 |
| HSL | 180.46º | 0.65% | 0.61% | - |
| HSV(B) | 180.46º | 0.6% | 0.86% | - |
| XYZ | 42.37 | 57.95 | 76.66 | - |
| YUV | 180.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 220 | 0.60 | 0.00 | 0 | 0.14 | 180.46 | 0.65 | 0.61 |
| Hex | 59 | DB | DC | 3C | 0 | 0 | E | B4 | 41 | 3D |
| Octal | 131 | 333 | 334 | 74 | 0 | 0 | 16 | 264 | 101 | 75 |
| Binary | 1011001 | 11011011 | 11011100 | 111100 | 0 | 0 | 1110 | 10110100 | 1000001 | 111101 |
Color Harmonies of #59DBDC
Complementary color
Monochromatic Colors of #59DBDC
Black with #59DBDC
Text Example
Text Example
White with #59DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBDC; }
p { color: rgb(89,219,220); }
H1.HeaderClassName
{
color: #59DBDC;
}
.AnyTagClassName
{
color: #59DBDC;
}
</style>
background-color css
<style>
a { background-color: #59DBDC; }
a { background-color: rgb(89,219,220); }
div.DivClassName
{
background-color: #59DBDC;
}
.BgClassName
{
background-color: #59DBDC;
}
</style>
border-color css
<style>
span { border-color: #59DBDC; }
span { border-color: rgb(89,219,220); }
td.TdClassName
{
border-color: #59DBDC;
}
.TagClassName
{
border-color: #59DBDC;
}
</style>