Shades of Turquoise #32DDE0
Tints of Turquoise #32DDE0
RGB
CMYK
RGB Variations
Color information
#32DDE0 (or 0x32DDE0) is known color: Turquoise. HEX triplet: 32, DD and E0. RGB value is (50,221,224). Sum of RGB (Red+Green+Blue) = 50+221+224=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #32DDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDE0 is #CD221F. Grayscale: #AAAAAA. Windows color (decimal): -13443616 or 14736690. OLE color: 14736690.
HSL color Cylindrical-coordinate representation of color #32DDE0: hue angle of 181.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DDE0 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 221 | 224 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.12 |
| HSL | 181.03º | 0.74% | 0.54% | - |
| HSV(B) | 181.03º | 0.78% | 0.88% | - |
| XYZ | 40.63 | 57.77 | 79.53 | - |
| YUV | 170.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 224 | 0.78 | 0.01 | 0 | 0.12 | 181.03 | 0.74 | 0.54 |
| Hex | 32 | DD | E0 | 4E | 1 | 0 | C | B5 | 4A | 36 |
| Octal | 62 | 335 | 340 | 116 | 1 | 0 | 14 | 265 | 112 | 66 |
| Binary | 110010 | 11011101 | 11100000 | 1001110 | 1 | 0 | 1100 | 10110101 | 1001010 | 110110 |
Color Harmonies of #32DDE0
Complementary color
Monochromatic Colors of #32DDE0
Black with #32DDE0
Text Example
Text Example
White with #32DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDE0; }
p { color: rgb(50,221,224); }
H1.HeaderClassName
{
color: #32DDE0;
}
.AnyTagClassName
{
color: #32DDE0;
}
</style>
background-color css
<style>
a { background-color: #32DDE0; }
a { background-color: rgb(50,221,224); }
div.DivClassName
{
background-color: #32DDE0;
}
.BgClassName
{
background-color: #32DDE0;
}
</style>
border-color css
<style>
span { border-color: #32DDE0; }
span { border-color: rgb(50,221,224); }
td.TdClassName
{
border-color: #32DDE0;
}
.TagClassName
{
border-color: #32DDE0;
}
</style>