Shades of Bright Turquoise #21E2EF
Tints of Bright Turquoise #21E2EF
RGB
CMYK
RGB Variations
Color information
#21E2EF (or 0x21E2EF) is known color: Bright Turquoise. HEX triplet: 21, E2 and EF. RGB value is (33,226,239). Sum of RGB (Red+Green+Blue) = 33+226+239=498 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.63% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #21E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E2EF is #DE1D10. Grayscale: #A9A9A9. Windows color (decimal): -14556433 or 15720993. OLE color: 15720993.
HSL color Cylindrical-coordinate representation of color #21E2EF: hue angle of 183.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E2EF is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 226 | 239 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.06 |
| HSL | 183.79º | 0.87% | 0.53% | - |
| HSV(B) | 183.79º | 0.86% | 0.94% | - |
| XYZ | 43.4 | 60.95 | 91.14 | - |
| YUV | 169.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 239 | 0.86 | 0.05 | 0 | 0.06 | 183.79 | 0.87 | 0.53 |
| Hex | 21 | E2 | EF | 56 | 5 | 0 | 6 | B8 | 57 | 35 |
| Octal | 41 | 342 | 357 | 126 | 5 | 0 | 6 | 270 | 127 | 65 |
| Binary | 100001 | 11100010 | 11101111 | 1010110 | 101 | 0 | 110 | 10111000 | 1010111 | 110101 |
Color Harmonies of #21E2EF
Complementary color
Monochromatic Colors of #21E2EF
Black with #21E2EF
Text Example
Text Example
White with #21E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E2EF; }
p { color: rgb(33,226,239); }
H1.HeaderClassName
{
color: #21E2EF;
}
.AnyTagClassName
{
color: #21E2EF;
}
</style>
background-color css
<style>
a { background-color: #21E2EF; }
a { background-color: rgb(33,226,239); }
div.DivClassName
{
background-color: #21E2EF;
}
.BgClassName
{
background-color: #21E2EF;
}
</style>
border-color css
<style>
span { border-color: #21E2EF; }
span { border-color: rgb(33,226,239); }
td.TdClassName
{
border-color: #21E2EF;
}
.TagClassName
{
border-color: #21E2EF;
}
</style>