Shades of Turquoise #32FFCE
Tints of Turquoise #32FFCE
RGB
CMYK
RGB Variations
Color information
#32FFCE (or 0x32FFCE) is known color: Turquoise. HEX triplet: 32, FF and CE. RGB value is (50,255,206). Sum of RGB (Red+Green+Blue) = 50+255+206=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFCE is #CD0031. Grayscale: #BCBCBC. Windows color (decimal): -13434930 or 13565746. OLE color: 13565746.
HSL color Cylindrical-coordinate representation of color #32FFCE: hue angle of 165.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFCE is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 206 | - |
| CMYK | 0.80 | 0 | 0.19 | 0 |
| HSL | 165.66º | 1% | 0.6% | - |
| HSV(B) | 165.66º | 0.8% | 1% | - |
| XYZ | 48.22 | 76.65 | 70.65 | - |
| YUV | 188.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 206 | 0.80 | 0 | 0.19 | 0 | 165.66 | 1 | 0.6 |
| Hex | 32 | FF | CE | 50 | 0 | 13 | 0 | A6 | 64 | 3C |
| Octal | 62 | 377 | 316 | 120 | 0 | 23 | 0 | 246 | 144 | 74 |
| Binary | 110010 | 11111111 | 11001110 | 1010000 | 0 | 10011 | 0 | 10100110 | 1100100 | 111100 |
Color Harmonies of #32FFCE
Complementary color
Monochromatic Colors of #32FFCE
Black with #32FFCE
Text Example
Text Example
White with #32FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFCE; }
p { color: rgb(50,255,206); }
H1.HeaderClassName
{
color: #32FFCE;
}
.AnyTagClassName
{
color: #32FFCE;
}
</style>
background-color css
<style>
a { background-color: #32FFCE; }
a { background-color: rgb(50,255,206); }
div.DivClassName
{
background-color: #32FFCE;
}
.BgClassName
{
background-color: #32FFCE;
}
</style>
border-color css
<style>
span { border-color: #32FFCE; }
span { border-color: rgb(50,255,206); }
td.TdClassName
{
border-color: #32FFCE;
}
.TagClassName
{
border-color: #32FFCE;
}
</style>