Shades of Turquoise #32DCD3
Tints of Turquoise #32DCD3
RGB
CMYK
RGB Variations
Color information
#32DCD3 (or 0x32DCD3) is known color: Turquoise. HEX triplet: 32, DC and D3. RGB value is (50,220,211). Sum of RGB (Red+Green+Blue) = 50+220+211=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCD3 is #CD232C. Grayscale: #A8A8A8. Windows color (decimal): -13443885 or 13884466. OLE color: 13884466.
HSL color Cylindrical-coordinate representation of color #32DCD3: hue angle of 176.82º 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 #32DCD3 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 211 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.14 |
| HSL | 176.82º | 0.71% | 0.53% | - |
| HSV(B) | 176.82º | 0.77% | 0.86% | - |
| XYZ | 38.67 | 56.57 | 70.51 | - |
| YUV | 168.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 211 | 0.77 | 0 | 0.04 | 0.14 | 176.82 | 0.71 | 0.53 |
| Hex | 32 | DC | D3 | 4D | 0 | 4 | E | B1 | 47 | 35 |
| Octal | 62 | 334 | 323 | 115 | 0 | 4 | 16 | 261 | 107 | 65 |
| Binary | 110010 | 11011100 | 11010011 | 1001101 | 0 | 100 | 1110 | 10110001 | 1000111 | 110101 |
Color Harmonies of #32DCD3
Complementary color
Monochromatic Colors of #32DCD3
Black with #32DCD3
Text Example
Text Example
White with #32DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCD3; }
p { color: rgb(50,220,211); }
H1.HeaderClassName
{
color: #32DCD3;
}
.AnyTagClassName
{
color: #32DCD3;
}
</style>
background-color css
<style>
a { background-color: #32DCD3; }
a { background-color: rgb(50,220,211); }
div.DivClassName
{
background-color: #32DCD3;
}
.BgClassName
{
background-color: #32DCD3;
}
</style>
border-color css
<style>
span { border-color: #32DCD3; }
span { border-color: rgb(50,220,211); }
td.TdClassName
{
border-color: #32DCD3;
}
.TagClassName
{
border-color: #32DCD3;
}
</style>