Shades of Turquoise #32F4CA
Tints of Turquoise #32F4CA
RGB
CMYK
RGB Variations
Color information
#32F4CA (or 0x32F4CA) is known color: Turquoise. HEX triplet: 32, F4 and CA. RGB value is (50,244,202). Sum of RGB (Red+Green+Blue) = 50+244+202=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #32F4CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F4CA is #CD0B35. Grayscale: #B5B5B5. Windows color (decimal): -13437750 or 13300786. OLE color: 13300786.
HSL color Cylindrical-coordinate representation of color #32F4CA: hue angle of 167.01º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F4CA is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 202 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.04 |
| HSL | 167.01º | 0.9% | 0.58% | - |
| HSV(B) | 167.01º | 0.8% | 0.96% | - |
| XYZ | 44.33 | 69.64 | 66.98 | - |
| YUV | 181.21 | 139.73 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 202 | 0.80 | 0 | 0.17 | 0.04 | 167.01 | 0.9 | 0.58 |
| Hex | 32 | F4 | CA | 50 | 0 | 11 | 4 | A7 | 5A | 3A |
| Octal | 62 | 364 | 312 | 120 | 0 | 21 | 4 | 247 | 132 | 72 |
| Binary | 110010 | 11110100 | 11001010 | 1010000 | 0 | 10001 | 100 | 10100111 | 1011010 | 111010 |
Color Harmonies of #32F4CA
Complementary color
Monochromatic Colors of #32F4CA
Black with #32F4CA
Text Example
Text Example
White with #32F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F4CA; }
p { color: rgb(50,244,202); }
H1.HeaderClassName
{
color: #32F4CA;
}
.AnyTagClassName
{
color: #32F4CA;
}
</style>
background-color css
<style>
a { background-color: #32F4CA; }
a { background-color: rgb(50,244,202); }
div.DivClassName
{
background-color: #32F4CA;
}
.BgClassName
{
background-color: #32F4CA;
}
</style>
border-color css
<style>
span { border-color: #32F4CA; }
span { border-color: rgb(50,244,202); }
td.TdClassName
{
border-color: #32F4CA;
}
.TagClassName
{
border-color: #32F4CA;
}
</style>