Shades of Turquoise #32FFC5
Tints of Turquoise #32FFC5
RGB
CMYK
RGB Variations
Color information
#32FFC5 (or 0x32FFC5) is known color: Turquoise. HEX triplet: 32, FF and C5. RGB value is (50,255,197). Sum of RGB (Red+Green+Blue) = 50+255+197=502 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.96% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFC5 is #CD003A. Grayscale: #BBBBBB. Windows color (decimal): -13434939 or 12975922. OLE color: 12975922.
HSL color Cylindrical-coordinate representation of color #32FFC5: hue angle of 163.02º 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 #32FFC5 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 197 | - |
| CMYK | 0.80 | 0 | 0.23 | 0 |
| HSL | 163.02º | 1% | 0.6% | - |
| HSV(B) | 163.02º | 0.8% | 1% | - |
| XYZ | 47.15 | 76.23 | 65.05 | - |
| YUV | 187.09 | 133.58 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 197 | 0.80 | 0 | 0.23 | 0 | 163.02 | 1 | 0.6 |
| Hex | 32 | FF | C5 | 50 | 0 | 17 | 0 | A3 | 64 | 3C |
| Octal | 62 | 377 | 305 | 120 | 0 | 27 | 0 | 243 | 144 | 74 |
| Binary | 110010 | 11111111 | 11000101 | 1010000 | 0 | 10111 | 0 | 10100011 | 1100100 | 111100 |
Color Harmonies of #32FFC5
Complementary color
Monochromatic Colors of #32FFC5
Black with #32FFC5
Text Example
Text Example
White with #32FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFC5; }
p { color: rgb(50,255,197); }
H1.HeaderClassName
{
color: #32FFC5;
}
.AnyTagClassName
{
color: #32FFC5;
}
</style>
background-color css
<style>
a { background-color: #32FFC5; }
a { background-color: rgb(50,255,197); }
div.DivClassName
{
background-color: #32FFC5;
}
.BgClassName
{
background-color: #32FFC5;
}
</style>
border-color css
<style>
span { border-color: #32FFC5; }
span { border-color: rgb(50,255,197); }
td.TdClassName
{
border-color: #32FFC5;
}
.TagClassName
{
border-color: #32FFC5;
}
</style>