Shades of Turquoise #32D2CB
Tints of Turquoise #32D2CB
RGB
CMYK
RGB Variations
Color information
#32D2CB (or 0x32D2CB) is known color: Turquoise. HEX triplet: 32, D2 and CB. RGB value is (50,210,203). Sum of RGB (Red+Green+Blue) = 50+210+203=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #32D2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D2CB is #CD2D34. Grayscale: #A1A1A1. Windows color (decimal): -13446453 or 13357618. OLE color: 13357618.
HSL color Cylindrical-coordinate representation of color #32D2CB: hue angle of 177.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D2CB is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 203 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.18 |
| HSL | 177.38º | 0.64% | 0.51% | - |
| HSV(B) | 177.38º | 0.76% | 0.82% | - |
| XYZ | 35.14 | 51.08 | 64.51 | - |
| YUV | 161.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 203 | 0.76 | 0 | 0.03 | 0.18 | 177.38 | 0.64 | 0.51 |
| Hex | 32 | D2 | CB | 4C | 0 | 3 | 12 | B1 | 40 | 33 |
| Octal | 62 | 322 | 313 | 114 | 0 | 3 | 22 | 261 | 100 | 63 |
| Binary | 110010 | 11010010 | 11001011 | 1001100 | 0 | 11 | 10010 | 10110001 | 1000000 | 110011 |
Color Harmonies of #32D2CB
Complementary color
Monochromatic Colors of #32D2CB
Black with #32D2CB
Text Example
Text Example
White with #32D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2CB; }
p { color: rgb(50,210,203); }
H1.HeaderClassName
{
color: #32D2CB;
}
.AnyTagClassName
{
color: #32D2CB;
}
</style>
background-color css
<style>
a { background-color: #32D2CB; }
a { background-color: rgb(50,210,203); }
div.DivClassName
{
background-color: #32D2CB;
}
.BgClassName
{
background-color: #32D2CB;
}
</style>
border-color css
<style>
span { border-color: #32D2CB; }
span { border-color: rgb(50,210,203); }
td.TdClassName
{
border-color: #32D2CB;
}
.TagClassName
{
border-color: #32D2CB;
}
</style>