Shades of Turquoise #32FBC0
Tints of Turquoise #32FBC0
RGB
CMYK
RGB Variations
Color information
#32FBC0 (or 0x32FBC0) is known color: Turquoise. HEX triplet: 32, FB and C0. RGB value is (50,251,192). Sum of RGB (Red+Green+Blue) = 50+251+192=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBC0 is #CD043F. Grayscale: #B8B8B8. Windows color (decimal): -13435968 or 12647218. OLE color: 12647218.
HSL color Cylindrical-coordinate representation of color #32FBC0: hue angle of 162.39º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBC0 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 192 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.02 |
| HSL | 162.39º | 0.96% | 0.59% | - |
| HSV(B) | 162.39º | 0.8% | 0.98% | - |
| XYZ | 45.33 | 73.48 | 61.66 | - |
| YUV | 184.18 | 132.41 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 192 | 0.80 | 0 | 0.24 | 0.02 | 162.39 | 0.96 | 0.59 |
| Hex | 32 | FB | C0 | 50 | 0 | 18 | 2 | A2 | 60 | 3B |
| Octal | 62 | 373 | 300 | 120 | 0 | 30 | 2 | 242 | 140 | 73 |
| Binary | 110010 | 11111011 | 11000000 | 1010000 | 0 | 11000 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #32FBC0
Complementary color
Monochromatic Colors of #32FBC0
Black with #32FBC0
Text Example
Text Example
White with #32FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBC0; }
p { color: rgb(50,251,192); }
H1.HeaderClassName
{
color: #32FBC0;
}
.AnyTagClassName
{
color: #32FBC0;
}
</style>
background-color css
<style>
a { background-color: #32FBC0; }
a { background-color: rgb(50,251,192); }
div.DivClassName
{
background-color: #32FBC0;
}
.BgClassName
{
background-color: #32FBC0;
}
</style>
border-color css
<style>
span { border-color: #32FBC0; }
span { border-color: rgb(50,251,192); }
td.TdClassName
{
border-color: #32FBC0;
}
.TagClassName
{
border-color: #32FBC0;
}
</style>