Shades of Turquoise #32D0DC
Tints of Turquoise #32D0DC
RGB
CMYK
RGB Variations
Color information
#32D0DC (or 0x32D0DC) is known color: Turquoise. HEX triplet: 32, D0 and DC. RGB value is (50,208,220). Sum of RGB (Red+Green+Blue) = 50+208+220=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #32D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D0DC is #CD2F23. Grayscale: #A1A1A1. Windows color (decimal): -13446948 or 14471218. OLE color: 14471218.
HSL color Cylindrical-coordinate representation of color #32D0DC: hue angle of 184.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D0DC is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 208 | 220 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.14 |
| HSL | 184.24º | 0.71% | 0.53% | - |
| HSV(B) | 184.24º | 0.77% | 0.86% | - |
| XYZ | 36.79 | 50.96 | 75.61 | - |
| YUV | 162.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 220 | 0.77 | 0.05 | 0 | 0.14 | 184.24 | 0.71 | 0.53 |
| Hex | 32 | D0 | DC | 4D | 5 | 0 | E | B8 | 47 | 35 |
| Octal | 62 | 320 | 334 | 115 | 5 | 0 | 16 | 270 | 107 | 65 |
| Binary | 110010 | 11010000 | 11011100 | 1001101 | 101 | 0 | 1110 | 10111000 | 1000111 | 110101 |
Color Harmonies of #32D0DC
Complementary color
Monochromatic Colors of #32D0DC
Black with #32D0DC
Text Example
Text Example
White with #32D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D0DC; }
p { color: rgb(50,208,220); }
H1.HeaderClassName
{
color: #32D0DC;
}
.AnyTagClassName
{
color: #32D0DC;
}
</style>
background-color css
<style>
a { background-color: #32D0DC; }
a { background-color: rgb(50,208,220); }
div.DivClassName
{
background-color: #32D0DC;
}
.BgClassName
{
background-color: #32D0DC;
}
</style>
border-color css
<style>
span { border-color: #32D0DC; }
span { border-color: rgb(50,208,220); }
td.TdClassName
{
border-color: #32D0DC;
}
.TagClassName
{
border-color: #32D0DC;
}
</style>