Shades of Turquoise #32D5CA
Tints of Turquoise #32D5CA
RGB
CMYK
RGB Variations
Color information
#32D5CA (or 0x32D5CA) is known color: Turquoise. HEX triplet: 32, D5 and CA. RGB value is (50,213,202). Sum of RGB (Red+Green+Blue) = 50+213+202=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #32D5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D5CA is #CD2A35. Grayscale: #A2A2A2. Windows color (decimal): -13445686 or 13292850. OLE color: 13292850.
HSL color Cylindrical-coordinate representation of color #32D5CA: hue angle of 175.95º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D5CA is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 202 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.16 |
| HSL | 175.95º | 0.66% | 0.52% | - |
| HSV(B) | 175.95º | 0.77% | 0.84% | - |
| XYZ | 35.77 | 52.53 | 64.13 | - |
| YUV | 163.01 | 150 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 202 | 0.77 | 0 | 0.05 | 0.16 | 175.95 | 0.66 | 0.52 |
| Hex | 32 | D5 | CA | 4D | 0 | 5 | 10 | B0 | 42 | 34 |
| Octal | 62 | 325 | 312 | 115 | 0 | 5 | 20 | 260 | 102 | 64 |
| Binary | 110010 | 11010101 | 11001010 | 1001101 | 0 | 101 | 10000 | 10110000 | 1000010 | 110100 |
Color Harmonies of #32D5CA
Complementary color
Monochromatic Colors of #32D5CA
Black with #32D5CA
Text Example
Text Example
White with #32D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D5CA; }
p { color: rgb(50,213,202); }
H1.HeaderClassName
{
color: #32D5CA;
}
.AnyTagClassName
{
color: #32D5CA;
}
</style>
background-color css
<style>
a { background-color: #32D5CA; }
a { background-color: rgb(50,213,202); }
div.DivClassName
{
background-color: #32D5CA;
}
.BgClassName
{
background-color: #32D5CA;
}
</style>
border-color css
<style>
span { border-color: #32D5CA; }
span { border-color: rgb(50,213,202); }
td.TdClassName
{
border-color: #32D5CA;
}
.TagClassName
{
border-color: #32D5CA;
}
</style>