Shades of Turquoise #32FCC6
Tints of Turquoise #32FCC6
RGB
CMYK
RGB Variations
Color information
#32FCC6 (or 0x32FCC6) is known color: Turquoise. HEX triplet: 32, FC and C6. RGB value is (50,252,198). Sum of RGB (Red+Green+Blue) = 50+252+198=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCC6 is #CD0339. Grayscale: #B9B9B9. Windows color (decimal): -13435706 or 13040690. OLE color: 13040690.
HSL color Cylindrical-coordinate representation of color #32FCC6: hue angle of 163.96º 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 #32FCC6 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 198 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.01 |
| HSL | 163.96º | 0.97% | 0.59% | - |
| HSV(B) | 163.96º | 0.8% | 0.99% | - |
| XYZ | 46.32 | 74.38 | 65.34 | - |
| YUV | 185.45 | 135.08 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 198 | 0.80 | 0 | 0.21 | 0.01 | 163.96 | 0.97 | 0.59 |
| Hex | 32 | FC | C6 | 50 | 0 | 15 | 1 | A4 | 61 | 3B |
| Octal | 62 | 374 | 306 | 120 | 0 | 25 | 1 | 244 | 141 | 73 |
| Binary | 110010 | 11111100 | 11000110 | 1010000 | 0 | 10101 | 1 | 10100100 | 1100001 | 111011 |
Color Harmonies of #32FCC6
Complementary color
Monochromatic Colors of #32FCC6
Black with #32FCC6
Text Example
Text Example
White with #32FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCC6; }
p { color: rgb(50,252,198); }
H1.HeaderClassName
{
color: #32FCC6;
}
.AnyTagClassName
{
color: #32FCC6;
}
</style>
background-color css
<style>
a { background-color: #32FCC6; }
a { background-color: rgb(50,252,198); }
div.DivClassName
{
background-color: #32FCC6;
}
.BgClassName
{
background-color: #32FCC6;
}
</style>
border-color css
<style>
span { border-color: #32FCC6; }
span { border-color: rgb(50,252,198); }
td.TdClassName
{
border-color: #32FCC6;
}
.TagClassName
{
border-color: #32FCC6;
}
</style>