Shades of Turquoise #32D7C9
Tints of Turquoise #32D7C9
RGB
CMYK
RGB Variations
Color information
#32D7C9 (or 0x32D7C9) is known color: Turquoise. HEX triplet: 32, D7 and C9. RGB value is (50,215,201). Sum of RGB (Red+Green+Blue) = 50+215+201=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D7C9 is #CD2836. Grayscale: #A3A3A3. Windows color (decimal): -13445175 or 13227826. OLE color: 13227826.
HSL color Cylindrical-coordinate representation of color #32D7C9: hue angle of 174.91º 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 #32D7C9 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 201 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.16 |
| HSL | 174.91º | 0.67% | 0.52% | - |
| HSV(B) | 174.91º | 0.77% | 0.84% | - |
| XYZ | 36.16 | 53.5 | 63.68 | - |
| YUV | 164.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 201 | 0.77 | 0 | 0.07 | 0.16 | 174.91 | 0.67 | 0.52 |
| Hex | 32 | D7 | C9 | 4D | 0 | 7 | 10 | AF | 43 | 34 |
| Octal | 62 | 327 | 311 | 115 | 0 | 7 | 20 | 257 | 103 | 64 |
| Binary | 110010 | 11010111 | 11001001 | 1001101 | 0 | 111 | 10000 | 10101111 | 1000011 | 110100 |
Color Harmonies of #32D7C9
Complementary color
Monochromatic Colors of #32D7C9
Black with #32D7C9
Text Example
Text Example
White with #32D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7C9; }
p { color: rgb(50,215,201); }
H1.HeaderClassName
{
color: #32D7C9;
}
.AnyTagClassName
{
color: #32D7C9;
}
</style>
background-color css
<style>
a { background-color: #32D7C9; }
a { background-color: rgb(50,215,201); }
div.DivClassName
{
background-color: #32D7C9;
}
.BgClassName
{
background-color: #32D7C9;
}
</style>
border-color css
<style>
span { border-color: #32D7C9; }
span { border-color: rgb(50,215,201); }
td.TdClassName
{
border-color: #32D7C9;
}
.TagClassName
{
border-color: #32D7C9;
}
</style>