Shades of Bright Turquoise #21E0D2
Tints of Bright Turquoise #21E0D2
RGB
CMYK
RGB Variations
Color information
#21E0D2 (or 0x21E0D2) is known color: Bright Turquoise. HEX triplet: 21, E0 and D2. RGB value is (33,224,210). Sum of RGB (Red+Green+Blue) = 33+224+210=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0D2 is #DE1F2D. Grayscale: #A5A5A5. Windows color (decimal): -14556974 or 13819937. OLE color: 13819937.
HSL color Cylindrical-coordinate representation of color #21E0D2: hue angle of 175.6º 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 #21E0D2 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 210 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.12 |
| HSL | 175.6º | 0.75% | 0.5% | - |
| HSV(B) | 175.6º | 0.85% | 0.88% | - |
| XYZ | 38.92 | 58.29 | 70.17 | - |
| YUV | 165.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 210 | 0.85 | 0 | 0.06 | 0.12 | 175.6 | 0.75 | 0.5 |
| Hex | 21 | E0 | D2 | 55 | 0 | 6 | C | B0 | 4B | 32 |
| Octal | 41 | 340 | 322 | 125 | 0 | 6 | 14 | 260 | 113 | 62 |
| Binary | 100001 | 11100000 | 11010010 | 1010101 | 0 | 110 | 1100 | 10110000 | 1001011 | 110010 |
Color Harmonies of #21E0D2
Complementary color
Monochromatic Colors of #21E0D2
Black with #21E0D2
Text Example
Text Example
White with #21E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E0D2; }
p { color: rgb(33,224,210); }
H1.HeaderClassName
{
color: #21E0D2;
}
.AnyTagClassName
{
color: #21E0D2;
}
</style>
background-color css
<style>
a { background-color: #21E0D2; }
a { background-color: rgb(33,224,210); }
div.DivClassName
{
background-color: #21E0D2;
}
.BgClassName
{
background-color: #21E0D2;
}
</style>
border-color css
<style>
span { border-color: #21E0D2; }
span { border-color: rgb(33,224,210); }
td.TdClassName
{
border-color: #21E0D2;
}
.TagClassName
{
border-color: #21E0D2;
}
</style>