Shades of Turquoise #32FFCC
Tints of Turquoise #32FFCC
RGB
CMYK
RGB Variations
Color information
#32FFCC (or 0x32FFCC) is known color: Turquoise. HEX triplet: 32, FF and CC. RGB value is (50,255,204). Sum of RGB (Red+Green+Blue) = 50+255+204=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFCC is #CD0033. Grayscale: #BBBBBB. Windows color (decimal): -13434932 or 13434674. OLE color: 13434674.
HSL color Cylindrical-coordinate representation of color #32FFCC: hue angle of 165.07º 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 #32FFCC is Cyan = 0.80, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 204 | - |
| CMYK | 0.80 | 0 | 0.2 | 0 |
| HSL | 165.07º | 1% | 0.6% | - |
| HSV(B) | 165.07º | 0.8% | 1% | - |
| XYZ | 47.97 | 76.56 | 69.38 | - |
| YUV | 187.89 | 137.08 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 204 | 0.80 | 0 | 0.2 | 0 | 165.07 | 1 | 0.6 |
| Hex | 32 | FF | CC | 50 | 0 | 14 | 0 | A5 | 64 | 3C |
| Octal | 62 | 377 | 314 | 120 | 0 | 24 | 0 | 245 | 144 | 74 |
| Binary | 110010 | 11111111 | 11001100 | 1010000 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #32FFCC
Complementary color
Monochromatic Colors of #32FFCC
Black with #32FFCC
Text Example
Text Example
White with #32FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFCC; }
p { color: rgb(50,255,204); }
H1.HeaderClassName
{
color: #32FFCC;
}
.AnyTagClassName
{
color: #32FFCC;
}
</style>
background-color css
<style>
a { background-color: #32FFCC; }
a { background-color: rgb(50,255,204); }
div.DivClassName
{
background-color: #32FFCC;
}
.BgClassName
{
background-color: #32FFCC;
}
</style>
border-color css
<style>
span { border-color: #32FFCC; }
span { border-color: rgb(50,255,204); }
td.TdClassName
{
border-color: #32FFCC;
}
.TagClassName
{
border-color: #32FFCC;
}
</style>