Shades of Turquoise Blue #59CFDF
Tints of Turquoise Blue #59CFDF
RGB
CMYK
RGB Variations
Color information
#59CFDF (or 0x59CFDF) is known color: Turquoise Blue. HEX triplet: 59, CF and DF. RGB value is (89,207,223). Sum of RGB (Red+Green+Blue) = 89+207+223=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #59CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDF is #A63020. Grayscale: #ADADAD. Windows color (decimal): -10891297 or 14667609. OLE color: 14667609.
HSL color Cylindrical-coordinate representation of color #59CFDF: hue angle of 187.16º 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 #59CFDF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 207 | 223 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.13 |
| HSL | 187.16º | 0.68% | 0.61% | - |
| HSV(B) | 187.16º | 0.6% | 0.87% | - |
| XYZ | 39.75 | 52.08 | 77.77 | - |
| YUV | 173.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 223 | 0.60 | 0.07 | 0 | 0.13 | 187.16 | 0.68 | 0.61 |
| Hex | 59 | CF | DF | 3C | 7 | 0 | D | BB | 44 | 3D |
| Octal | 131 | 317 | 337 | 74 | 7 | 0 | 15 | 273 | 104 | 75 |
| Binary | 1011001 | 11001111 | 11011111 | 111100 | 111 | 0 | 1101 | 10111011 | 1000100 | 111101 |
Color Harmonies of #59CFDF
Complementary color
Monochromatic Colors of #59CFDF
Black with #59CFDF
Text Example
Text Example
White with #59CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFDF; }
p { color: rgb(89,207,223); }
H1.HeaderClassName
{
color: #59CFDF;
}
.AnyTagClassName
{
color: #59CFDF;
}
</style>
background-color css
<style>
a { background-color: #59CFDF; }
a { background-color: rgb(89,207,223); }
div.DivClassName
{
background-color: #59CFDF;
}
.BgClassName
{
background-color: #59CFDF;
}
</style>
border-color css
<style>
span { border-color: #59CFDF; }
span { border-color: rgb(89,207,223); }
td.TdClassName
{
border-color: #59CFDF;
}
.TagClassName
{
border-color: #59CFDF;
}
</style>