Shades of Turquoise #32D7CB
Tints of Turquoise #32D7CB
RGB
CMYK
RGB Variations
Color information
#32D7CB (or 0x32D7CB) is known color: Turquoise. HEX triplet: 32, D7 and CB. RGB value is (50,215,203). Sum of RGB (Red+Green+Blue) = 50+215+203=468 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.68% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D7CB is #CD2834. Grayscale: #A4A4A4. Windows color (decimal): -13445173 or 13358898. OLE color: 13358898.
HSL color Cylindrical-coordinate representation of color #32D7CB: hue angle of 175.64º degrees, saturation: 0.67, 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 #32D7CB is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 203 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.16 |
| HSL | 175.64º | 0.67% | 0.52% | - |
| HSV(B) | 175.64º | 0.77% | 0.84% | - |
| XYZ | 36.4 | 53.59 | 64.93 | - |
| YUV | 164.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 203 | 0.77 | 0 | 0.06 | 0.16 | 175.64 | 0.67 | 0.52 |
| Hex | 32 | D7 | CB | 4D | 0 | 6 | 10 | B0 | 43 | 34 |
| Octal | 62 | 327 | 313 | 115 | 0 | 6 | 20 | 260 | 103 | 64 |
| Binary | 110010 | 11010111 | 11001011 | 1001101 | 0 | 110 | 10000 | 10110000 | 1000011 | 110100 |
Color Harmonies of #32D7CB
Complementary color
Monochromatic Colors of #32D7CB
Black with #32D7CB
Text Example
Text Example
White with #32D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7CB; }
p { color: rgb(50,215,203); }
H1.HeaderClassName
{
color: #32D7CB;
}
.AnyTagClassName
{
color: #32D7CB;
}
</style>
background-color css
<style>
a { background-color: #32D7CB; }
a { background-color: rgb(50,215,203); }
div.DivClassName
{
background-color: #32D7CB;
}
.BgClassName
{
background-color: #32D7CB;
}
</style>
border-color css
<style>
span { border-color: #32D7CB; }
span { border-color: rgb(50,215,203); }
td.TdClassName
{
border-color: #32D7CB;
}
.TagClassName
{
border-color: #32D7CB;
}
</style>