Shades of Turquoise #32DAD2
Tints of Turquoise #32DAD2
RGB
CMYK
RGB Variations
Color information
#32DAD2 (or 0x32DAD2) is known color: Turquoise. HEX triplet: 32, DA and D2. RGB value is (50,218,210). Sum of RGB (Red+Green+Blue) = 50+218+210=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #32DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DAD2 is #CD252D. Grayscale: #A6A6A6. Windows color (decimal): -13444398 or 13818418. OLE color: 13818418.
HSL color Cylindrical-coordinate representation of color #32DAD2: hue angle of 177.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DAD2 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 210 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.15 |
| HSL | 177.14º | 0.69% | 0.53% | - |
| HSV(B) | 177.14º | 0.77% | 0.85% | - |
| XYZ | 38.02 | 55.47 | 69.68 | - |
| YUV | 166.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 210 | 0.77 | 0 | 0.04 | 0.15 | 177.14 | 0.69 | 0.53 |
| Hex | 32 | DA | D2 | 4D | 0 | 4 | F | B1 | 45 | 35 |
| Octal | 62 | 332 | 322 | 115 | 0 | 4 | 17 | 261 | 105 | 65 |
| Binary | 110010 | 11011010 | 11010010 | 1001101 | 0 | 100 | 1111 | 10110001 | 1000101 | 110101 |
Color Harmonies of #32DAD2
Complementary color
Monochromatic Colors of #32DAD2
Black with #32DAD2
Text Example
Text Example
White with #32DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAD2; }
p { color: rgb(50,218,210); }
H1.HeaderClassName
{
color: #32DAD2;
}
.AnyTagClassName
{
color: #32DAD2;
}
</style>
background-color css
<style>
a { background-color: #32DAD2; }
a { background-color: rgb(50,218,210); }
div.DivClassName
{
background-color: #32DAD2;
}
.BgClassName
{
background-color: #32DAD2;
}
</style>
border-color css
<style>
span { border-color: #32DAD2; }
span { border-color: rgb(50,218,210); }
td.TdClassName
{
border-color: #32DAD2;
}
.TagClassName
{
border-color: #32DAD2;
}
</style>