Shades of Turquoise #32FEC5
Tints of Turquoise #32FEC5
RGB
CMYK
RGB Variations
Color information
#32FEC5 (or 0x32FEC5) is known color: Turquoise. HEX triplet: 32, FE and C5. RGB value is (50,254,197). Sum of RGB (Red+Green+Blue) = 50+254+197=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEC5 is #CD013A. Grayscale: #BABABA. Windows color (decimal): -13435195 or 12975666. OLE color: 12975666.
HSL color Cylindrical-coordinate representation of color #32FEC5: hue angle of 163.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEC5 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 197 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.00 |
| HSL | 163.24º | 0.99% | 0.6% | - |
| HSV(B) | 163.24º | 0.8% | 1% | - |
| XYZ | 46.84 | 75.59 | 64.95 | - |
| YUV | 186.51 | 133.91 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 197 | 0.80 | 0 | 0.22 | 0.00 | 163.24 | 0.99 | 0.6 |
| Hex | 32 | FE | C5 | 50 | 0 | 16 | 0 | A3 | 63 | 3C |
| Octal | 62 | 376 | 305 | 120 | 0 | 26 | 0 | 243 | 143 | 74 |
| Binary | 110010 | 11111110 | 11000101 | 1010000 | 0 | 10110 | 0 | 10100011 | 1100011 | 111100 |
Color Harmonies of #32FEC5
Complementary color
Monochromatic Colors of #32FEC5
Black with #32FEC5
Text Example
Text Example
White with #32FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEC5; }
p { color: rgb(50,254,197); }
H1.HeaderClassName
{
color: #32FEC5;
}
.AnyTagClassName
{
color: #32FEC5;
}
</style>
background-color css
<style>
a { background-color: #32FEC5; }
a { background-color: rgb(50,254,197); }
div.DivClassName
{
background-color: #32FEC5;
}
.BgClassName
{
background-color: #32FEC5;
}
</style>
border-color css
<style>
span { border-color: #32FEC5; }
span { border-color: rgb(50,254,197); }
td.TdClassName
{
border-color: #32FEC5;
}
.TagClassName
{
border-color: #32FEC5;
}
</style>