Shades of Turquoise Blue #59DBDE
Tints of Turquoise Blue #59DBDE
RGB
CMYK
RGB Variations
Color information
#59DBDE (or 0x59DBDE) is known color: Turquoise Blue. HEX triplet: 59, DB and DE. RGB value is (89,219,222). Sum of RGB (Red+Green+Blue) = 89+219+222=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #59DBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBDE is #A62421. Grayscale: #B4B4B4. Windows color (decimal): -10888226 or 14605145. OLE color: 14605145.
HSL color Cylindrical-coordinate representation of color #59DBDE: hue angle of 181.35º 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 #59DBDE is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 219 | 222 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.13 |
| HSL | 181.35º | 0.67% | 0.61% | - |
| HSV(B) | 181.35º | 0.6% | 0.87% | - |
| XYZ | 42.64 | 58.06 | 78.07 | - |
| YUV | 180.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 222 | 0.60 | 0.01 | 0 | 0.13 | 181.35 | 0.67 | 0.61 |
| Hex | 59 | DB | DE | 3C | 1 | 0 | D | B5 | 43 | 3D |
| Octal | 131 | 333 | 336 | 74 | 1 | 0 | 15 | 265 | 103 | 75 |
| Binary | 1011001 | 11011011 | 11011110 | 111100 | 1 | 0 | 1101 | 10110101 | 1000011 | 111101 |
Color Harmonies of #59DBDE
Complementary color
Monochromatic Colors of #59DBDE
Black with #59DBDE
Text Example
Text Example
White with #59DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBDE; }
p { color: rgb(89,219,222); }
H1.HeaderClassName
{
color: #59DBDE;
}
.AnyTagClassName
{
color: #59DBDE;
}
</style>
background-color css
<style>
a { background-color: #59DBDE; }
a { background-color: rgb(89,219,222); }
div.DivClassName
{
background-color: #59DBDE;
}
.BgClassName
{
background-color: #59DBDE;
}
</style>
border-color css
<style>
span { border-color: #59DBDE; }
span { border-color: rgb(89,219,222); }
td.TdClassName
{
border-color: #59DBDE;
}
.TagClassName
{
border-color: #59DBDE;
}
</style>