Shades of Turquoise #32DFCA
Tints of Turquoise #32DFCA
RGB
CMYK
RGB Variations
Color information
#32DFCA (or 0x32DFCA) is known color: Turquoise. HEX triplet: 32, DF and CA. RGB value is (50,223,202). Sum of RGB (Red+Green+Blue) = 50+223+202=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFCA is #CD2035. Grayscale: #A8A8A8. Windows color (decimal): -13443126 or 13295410. OLE color: 13295410.
HSL color Cylindrical-coordinate representation of color #32DFCA: hue angle of 172.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DFCA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 202 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.13 |
| HSL | 172.72º | 0.73% | 0.54% | - |
| HSV(B) | 172.72º | 0.78% | 0.87% | - |
| XYZ | 38.36 | 57.72 | 65 | - |
| YUV | 168.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 202 | 0.78 | 0 | 0.09 | 0.13 | 172.72 | 0.73 | 0.54 |
| Hex | 32 | DF | CA | 4E | 0 | 9 | D | AD | 49 | 36 |
| Octal | 62 | 337 | 312 | 116 | 0 | 11 | 15 | 255 | 111 | 66 |
| Binary | 110010 | 11011111 | 11001010 | 1001110 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110110 |
Color Harmonies of #32DFCA
Complementary color
Monochromatic Colors of #32DFCA
Black with #32DFCA
Text Example
Text Example
White with #32DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFCA; }
p { color: rgb(50,223,202); }
H1.HeaderClassName
{
color: #32DFCA;
}
.AnyTagClassName
{
color: #32DFCA;
}
</style>
background-color css
<style>
a { background-color: #32DFCA; }
a { background-color: rgb(50,223,202); }
div.DivClassName
{
background-color: #32DFCA;
}
.BgClassName
{
background-color: #32DFCA;
}
</style>
border-color css
<style>
span { border-color: #32DFCA; }
span { border-color: rgb(50,223,202); }
td.TdClassName
{
border-color: #32DFCA;
}
.TagClassName
{
border-color: #32DFCA;
}
</style>