Shades of Turquoise Blue #59CFDC
Tints of Turquoise Blue #59CFDC
RGB
CMYK
RGB Variations
Color information
#59CFDC (or 0x59CFDC) is known color: Turquoise Blue. HEX triplet: 59, CF and DC. RGB value is (89,207,220). Sum of RGB (Red+Green+Blue) = 89+207+220=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #59CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDC is #A63023. Grayscale: #ADADAD. Windows color (decimal): -10891300 or 14471001. OLE color: 14471001.
HSL color Cylindrical-coordinate representation of color #59CFDC: hue angle of 185.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CFDC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 207 | 220 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.14 |
| HSL | 185.95º | 0.65% | 0.61% | - |
| HSV(B) | 185.95º | 0.6% | 0.86% | - |
| XYZ | 39.35 | 51.92 | 75.66 | - |
| YUV | 173.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 220 | 0.60 | 0.06 | 0 | 0.14 | 185.95 | 0.65 | 0.61 |
| Hex | 59 | CF | DC | 3C | 6 | 0 | E | BA | 41 | 3D |
| Octal | 131 | 317 | 334 | 74 | 6 | 0 | 16 | 272 | 101 | 75 |
| Binary | 1011001 | 11001111 | 11011100 | 111100 | 110 | 0 | 1110 | 10111010 | 1000001 | 111101 |
Color Harmonies of #59CFDC
Complementary color
Monochromatic Colors of #59CFDC
Black with #59CFDC
Text Example
Text Example
White with #59CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFDC; }
p { color: rgb(89,207,220); }
H1.HeaderClassName
{
color: #59CFDC;
}
.AnyTagClassName
{
color: #59CFDC;
}
</style>
background-color css
<style>
a { background-color: #59CFDC; }
a { background-color: rgb(89,207,220); }
div.DivClassName
{
background-color: #59CFDC;
}
.BgClassName
{
background-color: #59CFDC;
}
</style>
border-color css
<style>
span { border-color: #59CFDC; }
span { border-color: rgb(89,207,220); }
td.TdClassName
{
border-color: #59CFDC;
}
.TagClassName
{
border-color: #59CFDC;
}
</style>