Shades of Bright Turquoise #21EED8
Tints of Bright Turquoise #21EED8
RGB
CMYK
RGB Variations
Color information
#21EED8 (or 0x21EED8) is known color: Bright Turquoise. HEX triplet: 21, EE and D8. RGB value is (33,238,216). Sum of RGB (Red+Green+Blue) = 33+238+216=487 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.78% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #21EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EED8 is #DE1127. Grayscale: #AEAEAE. Windows color (decimal): -14553384 or 14216737. OLE color: 14216737.
HSL color Cylindrical-coordinate representation of color #21EED8: hue angle of 173.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EED8 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 216 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.07 |
| HSL | 173.56º | 0.86% | 0.53% | - |
| HSV(B) | 173.56º | 0.86% | 0.93% | - |
| XYZ | 43.6 | 66.43 | 75.49 | - |
| YUV | 174.2 | 151.58 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 216 | 0.86 | 0 | 0.09 | 0.07 | 173.56 | 0.86 | 0.53 |
| Hex | 21 | EE | D8 | 56 | 0 | 9 | 7 | AE | 56 | 35 |
| Octal | 41 | 356 | 330 | 126 | 0 | 11 | 7 | 256 | 126 | 65 |
| Binary | 100001 | 11101110 | 11011000 | 1010110 | 0 | 1001 | 111 | 10101110 | 1010110 | 110101 |
Color Harmonies of #21EED8
Complementary color
Monochromatic Colors of #21EED8
Black with #21EED8
Text Example
Text Example
White with #21EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EED8; }
p { color: rgb(33,238,216); }
H1.HeaderClassName
{
color: #21EED8;
}
.AnyTagClassName
{
color: #21EED8;
}
</style>
background-color css
<style>
a { background-color: #21EED8; }
a { background-color: rgb(33,238,216); }
div.DivClassName
{
background-color: #21EED8;
}
.BgClassName
{
background-color: #21EED8;
}
</style>
border-color css
<style>
span { border-color: #21EED8; }
span { border-color: rgb(33,238,216); }
td.TdClassName
{
border-color: #21EED8;
}
.TagClassName
{
border-color: #21EED8;
}
</style>