Shades of Turquoise #32D5CC
Tints of Turquoise #32D5CC
RGB
CMYK
RGB Variations
Color information
#32D5CC (or 0x32D5CC) is known color: Turquoise. HEX triplet: 32, D5 and CC. RGB value is (50,213,204). Sum of RGB (Red+Green+Blue) = 50+213+204=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #32D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D5CC is #CD2A33. Grayscale: #A3A3A3. Windows color (decimal): -13445684 or 13423922. OLE color: 13423922.
HSL color Cylindrical-coordinate representation of color #32D5CC: hue angle of 176.69º 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 #32D5CC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 204 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.16 |
| HSL | 176.69º | 0.66% | 0.52% | - |
| HSV(B) | 176.69º | 0.77% | 0.84% | - |
| XYZ | 36.01 | 52.63 | 65.39 | - |
| YUV | 163.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 204 | 0.77 | 0 | 0.04 | 0.16 | 176.69 | 0.66 | 0.52 |
| Hex | 32 | D5 | CC | 4D | 0 | 4 | 10 | B1 | 42 | 34 |
| Octal | 62 | 325 | 314 | 115 | 0 | 4 | 20 | 261 | 102 | 64 |
| Binary | 110010 | 11010101 | 11001100 | 1001101 | 0 | 100 | 10000 | 10110001 | 1000010 | 110100 |
Color Harmonies of #32D5CC
Complementary color
Monochromatic Colors of #32D5CC
Black with #32D5CC
Text Example
Text Example
White with #32D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D5CC; }
p { color: rgb(50,213,204); }
H1.HeaderClassName
{
color: #32D5CC;
}
.AnyTagClassName
{
color: #32D5CC;
}
</style>
background-color css
<style>
a { background-color: #32D5CC; }
a { background-color: rgb(50,213,204); }
div.DivClassName
{
background-color: #32D5CC;
}
.BgClassName
{
background-color: #32D5CC;
}
</style>
border-color css
<style>
span { border-color: #32D5CC; }
span { border-color: rgb(50,213,204); }
td.TdClassName
{
border-color: #32D5CC;
}
.TagClassName
{
border-color: #32D5CC;
}
</style>