Shades of Turquoise Blue #59CCDD
Tints of Turquoise Blue #59CCDD
RGB
CMYK
RGB Variations
Color information
#59CCDD (or 0x59CCDD) is known color: Turquoise Blue. HEX triplet: 59, CC and DD. RGB value is (89,204,221). Sum of RGB (Red+Green+Blue) = 89+204+221=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #59CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCDD is #A63322. Grayscale: #ABABAB. Windows color (decimal): -10892067 or 14535769. OLE color: 14535769.
HSL color Cylindrical-coordinate representation of color #59CCDD: hue angle of 187.73º degrees, saturation: 0.66, 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 #59CCDD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 204 | 221 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.13 |
| HSL | 187.73º | 0.66% | 0.61% | - |
| HSV(B) | 187.73º | 0.6% | 0.87% | - |
| XYZ | 38.76 | 50.53 | 76.12 | - |
| YUV | 171.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 221 | 0.60 | 0.08 | 0 | 0.13 | 187.73 | 0.66 | 0.61 |
| Hex | 59 | CC | DD | 3C | 8 | 0 | D | BC | 42 | 3D |
| Octal | 131 | 314 | 335 | 74 | 10 | 0 | 15 | 274 | 102 | 75 |
| Binary | 1011001 | 11001100 | 11011101 | 111100 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111101 |
Color Harmonies of #59CCDD
Complementary color
Monochromatic Colors of #59CCDD
Black with #59CCDD
Text Example
Text Example
White with #59CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CCDD; }
p { color: rgb(89,204,221); }
H1.HeaderClassName
{
color: #59CCDD;
}
.AnyTagClassName
{
color: #59CCDD;
}
</style>
background-color css
<style>
a { background-color: #59CCDD; }
a { background-color: rgb(89,204,221); }
div.DivClassName
{
background-color: #59CCDD;
}
.BgClassName
{
background-color: #59CCDD;
}
</style>
border-color css
<style>
span { border-color: #59CCDD; }
span { border-color: rgb(89,204,221); }
td.TdClassName
{
border-color: #59CCDD;
}
.TagClassName
{
border-color: #59CCDD;
}
</style>