Shades of Turquoise #32FCCE
Tints of Turquoise #32FCCE
RGB
CMYK
RGB Variations
Color information
#32FCCE (or 0x32FCCE) is known color: Turquoise. HEX triplet: 32, FC and CE. RGB value is (50,252,206). Sum of RGB (Red+Green+Blue) = 50+252+206=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCCE is #CD0331. Grayscale: #BABABA. Windows color (decimal): -13435698 or 13564978. OLE color: 13564978.
HSL color Cylindrical-coordinate representation of color #32FCCE: hue angle of 166.34º 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 #32FCCE is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 206 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.01 |
| HSL | 166.34º | 0.97% | 0.59% | - |
| HSV(B) | 166.34º | 0.8% | 0.99% | - |
| XYZ | 47.27 | 74.76 | 70.33 | - |
| YUV | 186.36 | 139.08 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 206 | 0.80 | 0 | 0.18 | 0.01 | 166.34 | 0.97 | 0.59 |
| Hex | 32 | FC | CE | 50 | 0 | 12 | 1 | A6 | 61 | 3B |
| Octal | 62 | 374 | 316 | 120 | 0 | 22 | 1 | 246 | 141 | 73 |
| Binary | 110010 | 11111100 | 11001110 | 1010000 | 0 | 10010 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #32FCCE
Complementary color
Monochromatic Colors of #32FCCE
Black with #32FCCE
Text Example
Text Example
White with #32FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCCE; }
p { color: rgb(50,252,206); }
H1.HeaderClassName
{
color: #32FCCE;
}
.AnyTagClassName
{
color: #32FCCE;
}
</style>
background-color css
<style>
a { background-color: #32FCCE; }
a { background-color: rgb(50,252,206); }
div.DivClassName
{
background-color: #32FCCE;
}
.BgClassName
{
background-color: #32FCCE;
}
</style>
border-color css
<style>
span { border-color: #32FCCE; }
span { border-color: rgb(50,252,206); }
td.TdClassName
{
border-color: #32FCCE;
}
.TagClassName
{
border-color: #32FCCE;
}
</style>