Shades of Turquoise #32FCCA
Tints of Turquoise #32FCCA
RGB
CMYK
RGB Variations
Color information
#32FCCA (or 0x32FCCA) is known color: Turquoise. HEX triplet: 32, FC and CA. RGB value is (50,252,202). Sum of RGB (Red+Green+Blue) = 50+252+202=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCCA is #CD0335. Grayscale: #B9B9B9. Windows color (decimal): -13435702 or 13302834. OLE color: 13302834.
HSL color Cylindrical-coordinate representation of color #32FCCA: hue angle of 165.15º 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 #32FCCA is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 202 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.01 |
| HSL | 165.15º | 0.97% | 0.59% | - |
| HSV(B) | 165.15º | 0.8% | 0.99% | - |
| XYZ | 46.79 | 74.56 | 67.8 | - |
| YUV | 185.9 | 137.08 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 202 | 0.80 | 0 | 0.20 | 0.01 | 165.15 | 0.97 | 0.59 |
| Hex | 32 | FC | CA | 50 | 0 | 14 | 1 | A5 | 61 | 3B |
| Octal | 62 | 374 | 312 | 120 | 0 | 24 | 1 | 245 | 141 | 73 |
| Binary | 110010 | 11111100 | 11001010 | 1010000 | 0 | 10100 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #32FCCA
Complementary color
Monochromatic Colors of #32FCCA
Black with #32FCCA
Text Example
Text Example
White with #32FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCCA; }
p { color: rgb(50,252,202); }
H1.HeaderClassName
{
color: #32FCCA;
}
.AnyTagClassName
{
color: #32FCCA;
}
</style>
background-color css
<style>
a { background-color: #32FCCA; }
a { background-color: rgb(50,252,202); }
div.DivClassName
{
background-color: #32FCCA;
}
.BgClassName
{
background-color: #32FCCA;
}
</style>
border-color css
<style>
span { border-color: #32FCCA; }
span { border-color: rgb(50,252,202); }
td.TdClassName
{
border-color: #32FCCA;
}
.TagClassName
{
border-color: #32FCCA;
}
</style>