Shades of Turquoise #59F7CC
Tints of Turquoise #59F7CC
RGB
CMYK
RGB Variations
Color information
#59F7CC (or 0x59F7CC) is known color: Turquoise. HEX triplet: 59, F7 and CC. RGB value is (89,247,204). Sum of RGB (Red+Green+Blue) = 89+247+204=540 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.48% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F7CC is #A60833. Grayscale: #C2C2C2. Windows color (decimal): -10881076 or 13432665. OLE color: 13432665.
HSL color Cylindrical-coordinate representation of color #59F7CC: hue angle of 163.67º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F7CC is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 247 | 204 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.03 |
| HSL | 163.67º | 0.91% | 0.66% | - |
| HSV(B) | 163.67º | 0.64% | 0.97% | - |
| XYZ | 48.28 | 73.01 | 68.67 | - |
| YUV | 194.86 | 133.15 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 247 | 204 | 0.64 | 0 | 0.17 | 0.03 | 163.67 | 0.91 | 0.66 |
| Hex | 59 | F7 | CC | 40 | 0 | 11 | 3 | A4 | 5B | 42 |
| Octal | 131 | 367 | 314 | 100 | 0 | 21 | 3 | 244 | 133 | 102 |
| Binary | 1011001 | 11110111 | 11001100 | 1000000 | 0 | 10001 | 11 | 10100100 | 1011011 | 1000010 |
Color Harmonies of #59F7CC
Complementary color
Monochromatic Colors of #59F7CC
Black with #59F7CC
Text Example
Text Example
White with #59F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F7CC; }
p { color: rgb(89,247,204); }
H1.HeaderClassName
{
color: #59F7CC;
}
.AnyTagClassName
{
color: #59F7CC;
}
</style>
background-color css
<style>
a { background-color: #59F7CC; }
a { background-color: rgb(89,247,204); }
div.DivClassName
{
background-color: #59F7CC;
}
.BgClassName
{
background-color: #59F7CC;
}
</style>
border-color css
<style>
span { border-color: #59F7CC; }
span { border-color: rgb(89,247,204); }
td.TdClassName
{
border-color: #59F7CC;
}
.TagClassName
{
border-color: #59F7CC;
}
</style>