Shades of Bright Turquoise #21E1DF
Tints of Bright Turquoise #21E1DF
RGB
CMYK
RGB Variations
Color information
#21E1DF (or 0x21E1DF) is known color: Bright Turquoise. HEX triplet: 21, E1 and DF. RGB value is (33,225,223). Sum of RGB (Red+Green+Blue) = 33+225+223=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1DF is #DE1E20. Grayscale: #A7A7A7. Windows color (decimal): -14556705 or 14672161. OLE color: 14672161.
HSL color Cylindrical-coordinate representation of color #21E1DF: hue angle of 179.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E1DF is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 223 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.12 |
| HSL | 179.38º | 0.76% | 0.51% | - |
| HSV(B) | 179.38º | 0.85% | 0.88% | - |
| XYZ | 40.87 | 59.5 | 79.14 | - |
| YUV | 167.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 223 | 0.85 | 0 | 0.01 | 0.12 | 179.38 | 0.76 | 0.51 |
| Hex | 21 | E1 | DF | 55 | 0 | 1 | C | B3 | 4C | 33 |
| Octal | 41 | 341 | 337 | 125 | 0 | 1 | 14 | 263 | 114 | 63 |
| Binary | 100001 | 11100001 | 11011111 | 1010101 | 0 | 1 | 1100 | 10110011 | 1001100 | 110011 |
Color Harmonies of #21E1DF
Complementary color
Monochromatic Colors of #21E1DF
Black with #21E1DF
Text Example
Text Example
White with #21E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E1DF; }
p { color: rgb(33,225,223); }
H1.HeaderClassName
{
color: #21E1DF;
}
.AnyTagClassName
{
color: #21E1DF;
}
</style>
background-color css
<style>
a { background-color: #21E1DF; }
a { background-color: rgb(33,225,223); }
div.DivClassName
{
background-color: #21E1DF;
}
.BgClassName
{
background-color: #21E1DF;
}
</style>
border-color css
<style>
span { border-color: #21E1DF; }
span { border-color: rgb(33,225,223); }
td.TdClassName
{
border-color: #21E1DF;
}
.TagClassName
{
border-color: #21E1DF;
}
</style>