Shades of Turquoise #32FBCA
Tints of Turquoise #32FBCA
RGB
CMYK
RGB Variations
Color information
#32FBCA (or 0x32FBCA) is known color: Turquoise. HEX triplet: 32, FB and CA. RGB value is (50,251,202). Sum of RGB (Red+Green+Blue) = 50+251+202=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBCA is #CD0435. Grayscale: #B9B9B9. Windows color (decimal): -13435958 or 13302578. OLE color: 13302578.
HSL color Cylindrical-coordinate representation of color #32FBCA: hue angle of 165.37º 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 #32FBCA is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 202 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.02 |
| HSL | 165.37º | 0.96% | 0.59% | - |
| HSV(B) | 165.37º | 0.8% | 0.98% | - |
| XYZ | 46.47 | 73.94 | 67.7 | - |
| YUV | 185.32 | 137.41 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 202 | 0.80 | 0 | 0.20 | 0.02 | 165.37 | 0.96 | 0.59 |
| Hex | 32 | FB | CA | 50 | 0 | 14 | 2 | A5 | 60 | 3B |
| Octal | 62 | 373 | 312 | 120 | 0 | 24 | 2 | 245 | 140 | 73 |
| Binary | 110010 | 11111011 | 11001010 | 1010000 | 0 | 10100 | 10 | 10100101 | 1100000 | 111011 |
Color Harmonies of #32FBCA
Complementary color
Monochromatic Colors of #32FBCA
Black with #32FBCA
Text Example
Text Example
White with #32FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBCA; }
p { color: rgb(50,251,202); }
H1.HeaderClassName
{
color: #32FBCA;
}
.AnyTagClassName
{
color: #32FBCA;
}
</style>
background-color css
<style>
a { background-color: #32FBCA; }
a { background-color: rgb(50,251,202); }
div.DivClassName
{
background-color: #32FBCA;
}
.BgClassName
{
background-color: #32FBCA;
}
</style>
border-color css
<style>
span { border-color: #32FBCA; }
span { border-color: rgb(50,251,202); }
td.TdClassName
{
border-color: #32FBCA;
}
.TagClassName
{
border-color: #32FBCA;
}
</style>