Shades of Turquoise Blue #59CFDD
Tints of Turquoise Blue #59CFDD
RGB
CMYK
RGB Variations
Color information
#59CFDD (or 0x59CFDD) is known color: Turquoise Blue. HEX triplet: 59, CF and DD. RGB value is (89,207,221). Sum of RGB (Red+Green+Blue) = 89+207+221=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #59CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDD is #A63022. Grayscale: #ADADAD. Windows color (decimal): -10891299 or 14536537. OLE color: 14536537.
HSL color Cylindrical-coordinate representation of color #59CFDD: hue angle of 186.36º 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 #59CFDD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 207 | 221 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.13 |
| HSL | 186.36º | 0.66% | 0.61% | - |
| HSV(B) | 186.36º | 0.6% | 0.87% | - |
| XYZ | 39.48 | 51.97 | 76.36 | - |
| YUV | 173.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 221 | 0.60 | 0.06 | 0 | 0.13 | 186.36 | 0.66 | 0.61 |
| Hex | 59 | CF | DD | 3C | 6 | 0 | D | BA | 42 | 3D |
| Octal | 131 | 317 | 335 | 74 | 6 | 0 | 15 | 272 | 102 | 75 |
| Binary | 1011001 | 11001111 | 11011101 | 111100 | 110 | 0 | 1101 | 10111010 | 1000010 | 111101 |
Color Harmonies of #59CFDD
Complementary color
Monochromatic Colors of #59CFDD
Black with #59CFDD
Text Example
Text Example
White with #59CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFDD; }
p { color: rgb(89,207,221); }
H1.HeaderClassName
{
color: #59CFDD;
}
.AnyTagClassName
{
color: #59CFDD;
}
</style>
background-color css
<style>
a { background-color: #59CFDD; }
a { background-color: rgb(89,207,221); }
div.DivClassName
{
background-color: #59CFDD;
}
.BgClassName
{
background-color: #59CFDD;
}
</style>
border-color css
<style>
span { border-color: #59CFDD; }
span { border-color: rgb(89,207,221); }
td.TdClassName
{
border-color: #59CFDD;
}
.TagClassName
{
border-color: #59CFDD;
}
</style>