Shades of Bright Turquoise #21E1CE
Tints of Bright Turquoise #21E1CE
RGB
CMYK
RGB Variations
Color information
#21E1CE (or 0x21E1CE) is known color: Bright Turquoise. HEX triplet: 21, E1 and CE. RGB value is (33,225,206). Sum of RGB (Red+Green+Blue) = 33+225+206=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1CE is #DE1E31. Grayscale: #A5A5A5. Windows color (decimal): -14556722 or 13558049. OLE color: 13558049.
HSL color Cylindrical-coordinate representation of color #21E1CE: hue angle of 174.06º 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 #21E1CE is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 206 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.12 |
| HSL | 174.06º | 0.76% | 0.51% | - |
| HSV(B) | 174.06º | 0.85% | 0.88% | - |
| XYZ | 38.69 | 58.63 | 67.67 | - |
| YUV | 165.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 206 | 0.85 | 0 | 0.08 | 0.12 | 174.06 | 0.76 | 0.51 |
| Hex | 21 | E1 | CE | 55 | 0 | 8 | C | AE | 4C | 33 |
| Octal | 41 | 341 | 316 | 125 | 0 | 10 | 14 | 256 | 114 | 63 |
| Binary | 100001 | 11100001 | 11001110 | 1010101 | 0 | 1000 | 1100 | 10101110 | 1001100 | 110011 |
Color Harmonies of #21E1CE
Complementary color
Monochromatic Colors of #21E1CE
Black with #21E1CE
Text Example
Text Example
White with #21E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E1CE; }
p { color: rgb(33,225,206); }
H1.HeaderClassName
{
color: #21E1CE;
}
.AnyTagClassName
{
color: #21E1CE;
}
</style>
background-color css
<style>
a { background-color: #21E1CE; }
a { background-color: rgb(33,225,206); }
div.DivClassName
{
background-color: #21E1CE;
}
.BgClassName
{
background-color: #21E1CE;
}
</style>
border-color css
<style>
span { border-color: #21E1CE; }
span { border-color: rgb(33,225,206); }
td.TdClassName
{
border-color: #21E1CE;
}
.TagClassName
{
border-color: #21E1CE;
}
</style>