Shades of Turquoise Blue #59CCDF
Tints of Turquoise Blue #59CCDF
RGB
CMYK
RGB Variations
Color information
#59CCDF (or 0x59CCDF) is known color: Turquoise Blue. HEX triplet: 59, CC and DF. RGB value is (89,204,223). Sum of RGB (Red+Green+Blue) = 89+204+223=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #59CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCDF is #A63320. Grayscale: #ABABAB. Windows color (decimal): -10892065 or 14666841. OLE color: 14666841.
HSL color Cylindrical-coordinate representation of color #59CCDF: hue angle of 188.51º degrees, saturation: 0.68, 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 #59CCDF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 204 | 223 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.13 |
| HSL | 188.51º | 0.68% | 0.61% | - |
| HSV(B) | 188.51º | 0.6% | 0.87% | - |
| XYZ | 39.03 | 50.64 | 77.53 | - |
| YUV | 171.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 223 | 0.60 | 0.09 | 0 | 0.13 | 188.51 | 0.68 | 0.61 |
| Hex | 59 | CC | DF | 3C | 9 | 0 | D | BD | 44 | 3D |
| Octal | 131 | 314 | 337 | 74 | 11 | 0 | 15 | 275 | 104 | 75 |
| Binary | 1011001 | 11001100 | 11011111 | 111100 | 1001 | 0 | 1101 | 10111101 | 1000100 | 111101 |
Color Harmonies of #59CCDF
Complementary color
Monochromatic Colors of #59CCDF
Black with #59CCDF
Text Example
Text Example
White with #59CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CCDF; }
p { color: rgb(89,204,223); }
H1.HeaderClassName
{
color: #59CCDF;
}
.AnyTagClassName
{
color: #59CCDF;
}
</style>
background-color css
<style>
a { background-color: #59CCDF; }
a { background-color: rgb(89,204,223); }
div.DivClassName
{
background-color: #59CCDF;
}
.BgClassName
{
background-color: #59CCDF;
}
</style>
border-color css
<style>
span { border-color: #59CCDF; }
span { border-color: rgb(89,204,223); }
td.TdClassName
{
border-color: #59CCDF;
}
.TagClassName
{
border-color: #59CCDF;
}
</style>