Shades of Turquoise #32FCC9
Tints of Turquoise #32FCC9
RGB
CMYK
RGB Variations
Color information
#32FCC9 (or 0x32FCC9) is known color: Turquoise. HEX triplet: 32, FC and C9. RGB value is (50,252,201). Sum of RGB (Red+Green+Blue) = 50+252+201=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCC9 is #CD0336. Grayscale: #B9B9B9. Windows color (decimal): -13435703 or 13237298. OLE color: 13237298.
HSL color Cylindrical-coordinate representation of color #32FCC9: hue angle of 164.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FCC9 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 201 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.01 |
| HSL | 164.85º | 0.97% | 0.59% | - |
| HSV(B) | 164.85º | 0.8% | 0.99% | - |
| XYZ | 46.67 | 74.52 | 67.18 | - |
| YUV | 185.79 | 136.58 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 201 | 0.80 | 0 | 0.20 | 0.01 | 164.85 | 0.97 | 0.59 |
| Hex | 32 | FC | C9 | 50 | 0 | 14 | 1 | A5 | 61 | 3B |
| Octal | 62 | 374 | 311 | 120 | 0 | 24 | 1 | 245 | 141 | 73 |
| Binary | 110010 | 11111100 | 11001001 | 1010000 | 0 | 10100 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #32FCC9
Complementary color
Monochromatic Colors of #32FCC9
Black with #32FCC9
Text Example
Text Example
White with #32FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCC9; }
p { color: rgb(50,252,201); }
H1.HeaderClassName
{
color: #32FCC9;
}
.AnyTagClassName
{
color: #32FCC9;
}
</style>
background-color css
<style>
a { background-color: #32FCC9; }
a { background-color: rgb(50,252,201); }
div.DivClassName
{
background-color: #32FCC9;
}
.BgClassName
{
background-color: #32FCC9;
}
</style>
border-color css
<style>
span { border-color: #32FCC9; }
span { border-color: rgb(50,252,201); }
td.TdClassName
{
border-color: #32FCC9;
}
.TagClassName
{
border-color: #32FCC9;
}
</style>