Shades of Turquoise #32FFC4
Tints of Turquoise #32FFC4
RGB
CMYK
RGB Variations
Color information
#32FFC4 (or 0x32FFC4) is known color: Turquoise. HEX triplet: 32, FF and C4. RGB value is (50,255,196). Sum of RGB (Red+Green+Blue) = 50+255+196=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFC4 is #CD003B. Grayscale: #BBBBBB. Windows color (decimal): -13434940 or 12910386. OLE color: 12910386.
HSL color Cylindrical-coordinate representation of color #32FFC4: hue angle of 162.73º 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 #32FFC4 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 196 | - |
| CMYK | 0.80 | 0 | 0.23 | 0 |
| HSL | 162.73º | 1% | 0.6% | - |
| HSV(B) | 162.73º | 0.8% | 1% | - |
| XYZ | 47.04 | 76.18 | 64.45 | - |
| YUV | 186.98 | 133.08 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 196 | 0.80 | 0 | 0.23 | 0 | 162.73 | 1 | 0.6 |
| Hex | 32 | FF | C4 | 50 | 0 | 17 | 0 | A3 | 64 | 3C |
| Octal | 62 | 377 | 304 | 120 | 0 | 27 | 0 | 243 | 144 | 74 |
| Binary | 110010 | 11111111 | 11000100 | 1010000 | 0 | 10111 | 0 | 10100011 | 1100100 | 111100 |
Color Harmonies of #32FFC4
Complementary color
Monochromatic Colors of #32FFC4
Black with #32FFC4
Text Example
Text Example
White with #32FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFC4; }
p { color: rgb(50,255,196); }
H1.HeaderClassName
{
color: #32FFC4;
}
.AnyTagClassName
{
color: #32FFC4;
}
</style>
background-color css
<style>
a { background-color: #32FFC4; }
a { background-color: rgb(50,255,196); }
div.DivClassName
{
background-color: #32FFC4;
}
.BgClassName
{
background-color: #32FFC4;
}
</style>
border-color css
<style>
span { border-color: #32FFC4; }
span { border-color: rgb(50,255,196); }
td.TdClassName
{
border-color: #32FFC4;
}
.TagClassName
{
border-color: #32FFC4;
}
</style>