Shades of Bright Turquoise #21E9E2
Tints of Bright Turquoise #21E9E2
RGB
CMYK
RGB Variations
Color information
#21E9E2 (or 0x21E9E2) is known color: Bright Turquoise. HEX triplet: 21, E9 and E2. RGB value is (33,233,226). Sum of RGB (Red+Green+Blue) = 33+233+226=492 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.71% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9E2 is #DE161D. Grayscale: #ACACAC. Windows color (decimal): -14554654 or 14870817. OLE color: 14870817.
HSL color Cylindrical-coordinate representation of color #21E9E2: hue angle of 177.9º 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 #21E9E2 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 226 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.09 |
| HSL | 177.9º | 0.82% | 0.52% | - |
| HSV(B) | 177.9º | 0.86% | 0.91% | - |
| XYZ | 43.49 | 64.09 | 82.03 | - |
| YUV | 172.4 | 158.24 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 226 | 0.86 | 0 | 0.03 | 0.09 | 177.9 | 0.82 | 0.52 |
| Hex | 21 | E9 | E2 | 56 | 0 | 3 | 9 | B2 | 52 | 34 |
| Octal | 41 | 351 | 342 | 126 | 0 | 3 | 11 | 262 | 122 | 64 |
| Binary | 100001 | 11101001 | 11100010 | 1010110 | 0 | 11 | 1001 | 10110010 | 1010010 | 110100 |
Color Harmonies of #21E9E2
Complementary color
Monochromatic Colors of #21E9E2
Black with #21E9E2
Text Example
Text Example
White with #21E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9E2; }
p { color: rgb(33,233,226); }
H1.HeaderClassName
{
color: #21E9E2;
}
.AnyTagClassName
{
color: #21E9E2;
}
</style>
background-color css
<style>
a { background-color: #21E9E2; }
a { background-color: rgb(33,233,226); }
div.DivClassName
{
background-color: #21E9E2;
}
.BgClassName
{
background-color: #21E9E2;
}
</style>
border-color css
<style>
span { border-color: #21E9E2; }
span { border-color: rgb(33,233,226); }
td.TdClassName
{
border-color: #21E9E2;
}
.TagClassName
{
border-color: #21E9E2;
}
</style>