Shades of Bright Turquoise #21E0DA
Tints of Bright Turquoise #21E0DA
RGB
CMYK
RGB Variations
Color information
#21E0DA (or 0x21E0DA) is known color: Bright Turquoise. HEX triplet: 21, E0 and DA. RGB value is (33,224,218). Sum of RGB (Red+Green+Blue) = 33+224+218=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0DA is #DE1F25. Grayscale: #A6A6A6. Windows color (decimal): -14556966 or 14344225. OLE color: 14344225.
HSL color Cylindrical-coordinate representation of color #21E0DA: hue angle of 178.12º 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 #21E0DA is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 218 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.12 |
| HSL | 178.12º | 0.75% | 0.5% | - |
| HSV(B) | 178.12º | 0.85% | 0.88% | - |
| XYZ | 39.94 | 58.7 | 75.55 | - |
| YUV | 166.21 | 157.22 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 218 | 0.85 | 0 | 0.03 | 0.12 | 178.12 | 0.75 | 0.5 |
| Hex | 21 | E0 | DA | 55 | 0 | 3 | C | B2 | 4B | 32 |
| Octal | 41 | 340 | 332 | 125 | 0 | 3 | 14 | 262 | 113 | 62 |
| Binary | 100001 | 11100000 | 11011010 | 1010101 | 0 | 11 | 1100 | 10110010 | 1001011 | 110010 |
Color Harmonies of #21E0DA
Complementary color
Monochromatic Colors of #21E0DA
Black with #21E0DA
Text Example
Text Example
White with #21E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E0DA; }
p { color: rgb(33,224,218); }
H1.HeaderClassName
{
color: #21E0DA;
}
.AnyTagClassName
{
color: #21E0DA;
}
</style>
background-color css
<style>
a { background-color: #21E0DA; }
a { background-color: rgb(33,224,218); }
div.DivClassName
{
background-color: #21E0DA;
}
.BgClassName
{
background-color: #21E0DA;
}
</style>
border-color css
<style>
span { border-color: #21E0DA; }
span { border-color: rgb(33,224,218); }
td.TdClassName
{
border-color: #21E0DA;
}
.TagClassName
{
border-color: #21E0DA;
}
</style>