Shades of Bright Turquoise #21E0D9
Tints of Bright Turquoise #21E0D9
RGB
CMYK
RGB Variations
Color information
#21E0D9 (or 0x21E0D9) is known color: Bright Turquoise. HEX triplet: 21, E0 and D9. RGB value is (33,224,217). Sum of RGB (Red+Green+Blue) = 33+224+217=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0D9 is #DE1F26. Grayscale: #A5A5A5. Windows color (decimal): -14556967 or 14278689. OLE color: 14278689.
HSL color Cylindrical-coordinate representation of color #21E0D9: hue angle of 177.8º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E0D9 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 217 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.12 |
| HSL | 177.8º | 0.75% | 0.5% | - |
| HSV(B) | 177.8º | 0.85% | 0.88% | - |
| XYZ | 39.81 | 58.64 | 74.87 | - |
| YUV | 166.09 | 156.72 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 217 | 0.85 | 0 | 0.03 | 0.12 | 177.8 | 0.75 | 0.5 |
| Hex | 21 | E0 | D9 | 55 | 0 | 3 | C | B2 | 4B | 32 |
| Octal | 41 | 340 | 331 | 125 | 0 | 3 | 14 | 262 | 113 | 62 |
| Binary | 100001 | 11100000 | 11011001 | 1010101 | 0 | 11 | 1100 | 10110010 | 1001011 | 110010 |
Color Harmonies of #21E0D9
Complementary color
Monochromatic Colors of #21E0D9
Black with #21E0D9
Text Example
Text Example
White with #21E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E0D9; }
p { color: rgb(33,224,217); }
H1.HeaderClassName
{
color: #21E0D9;
}
.AnyTagClassName
{
color: #21E0D9;
}
</style>
background-color css
<style>
a { background-color: #21E0D9; }
a { background-color: rgb(33,224,217); }
div.DivClassName
{
background-color: #21E0D9;
}
.BgClassName
{
background-color: #21E0D9;
}
</style>
border-color css
<style>
span { border-color: #21E0D9; }
span { border-color: rgb(33,224,217); }
td.TdClassName
{
border-color: #21E0D9;
}
.TagClassName
{
border-color: #21E0D9;
}
</style>