Shades of Turquoise #32FACA
Tints of Turquoise #32FACA
RGB
CMYK
RGB Variations
Color information
#32FACA (or 0x32FACA) is known color: Turquoise. HEX triplet: 32, FA and CA. RGB value is (50,250,202). Sum of RGB (Red+Green+Blue) = 50+250+202=502 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.96% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #32FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FACA is #CD0535. Grayscale: #B8B8B8. Windows color (decimal): -13436214 or 13302322. OLE color: 13302322.
HSL color Cylindrical-coordinate representation of color #32FACA: hue angle of 165.6º degrees, saturation: 0.95, 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 #32FACA is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 202 | - |
| CMYK | 0.8 | 0 | 0.19 | 0.02 |
| HSL | 165.6º | 0.95% | 0.59% | - |
| HSV(B) | 165.6º | 0.8% | 0.98% | - |
| XYZ | 46.16 | 73.31 | 67.6 | - |
| YUV | 184.73 | 137.74 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 202 | 0.8 | 0 | 0.19 | 0.02 | 165.6 | 0.95 | 0.59 |
| Hex | 32 | FA | CA | 50 | 0 | 13 | 2 | A6 | 5F | 3B |
| Octal | 62 | 372 | 312 | 120 | 0 | 23 | 2 | 246 | 137 | 73 |
| Binary | 110010 | 11111010 | 11001010 | 1010000 | 0 | 10011 | 10 | 10100110 | 1011111 | 111011 |
Color Harmonies of #32FACA
Complementary color
Monochromatic Colors of #32FACA
Black with #32FACA
Text Example
Text Example
White with #32FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FACA; }
p { color: rgb(50,250,202); }
H1.HeaderClassName
{
color: #32FACA;
}
.AnyTagClassName
{
color: #32FACA;
}
</style>
background-color css
<style>
a { background-color: #32FACA; }
a { background-color: rgb(50,250,202); }
div.DivClassName
{
background-color: #32FACA;
}
.BgClassName
{
background-color: #32FACA;
}
</style>
border-color css
<style>
span { border-color: #32FACA; }
span { border-color: rgb(50,250,202); }
td.TdClassName
{
border-color: #32FACA;
}
.TagClassName
{
border-color: #32FACA;
}
</style>