Shades of Bright Turquoise #21E9E7
Tints of Bright Turquoise #21E9E7
RGB
CMYK
RGB Variations
Color information
#21E9E7 (or 0x21E9E7) is known color: Bright Turquoise. HEX triplet: 21, E9 and E7. RGB value is (33,233,231). Sum of RGB (Red+Green+Blue) = 33+233+231=497 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.64% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21E9E7 is #DE1618. Grayscale: #ACACAC. Windows color (decimal): -14554649 or 15198497. OLE color: 15198497.
HSL color Cylindrical-coordinate representation of color #21E9E7: hue angle of 179.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9E7 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 231 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.09 |
| HSL | 179.4º | 0.82% | 0.52% | - |
| HSV(B) | 179.4º | 0.86% | 0.91% | - |
| XYZ | 44.19 | 64.37 | 85.7 | - |
| YUV | 172.97 | 160.74 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 231 | 0.86 | 0 | 0.01 | 0.09 | 179.4 | 0.82 | 0.52 |
| Hex | 21 | E9 | E7 | 56 | 0 | 1 | 9 | B3 | 52 | 34 |
| Octal | 41 | 351 | 347 | 126 | 0 | 1 | 11 | 263 | 122 | 64 |
| Binary | 100001 | 11101001 | 11100111 | 1010110 | 0 | 1 | 1001 | 10110011 | 1010010 | 110100 |
Color Harmonies of #21E9E7
Complementary color
Monochromatic Colors of #21E9E7
Black with #21E9E7
Text Example
Text Example
White with #21E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9E7; }
p { color: rgb(33,233,231); }
H1.HeaderClassName
{
color: #21E9E7;
}
.AnyTagClassName
{
color: #21E9E7;
}
</style>
background-color css
<style>
a { background-color: #21E9E7; }
a { background-color: rgb(33,233,231); }
div.DivClassName
{
background-color: #21E9E7;
}
.BgClassName
{
background-color: #21E9E7;
}
</style>
border-color css
<style>
span { border-color: #21E9E7; }
span { border-color: rgb(33,233,231); }
td.TdClassName
{
border-color: #21E9E7;
}
.TagClassName
{
border-color: #21E9E7;
}
</style>