Shades of Bright Turquoise #21EDE5
Tints of Bright Turquoise #21EDE5
RGB
CMYK
RGB Variations
Color information
#21EDE5 (or 0x21EDE5) is known color: Bright Turquoise. HEX triplet: 21, ED and E5. RGB value is (33,237,229). Sum of RGB (Red+Green+Blue) = 33+237+229=499 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.61% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EDE5 is #DE121A. Grayscale: #AEAEAE. Windows color (decimal): -14553627 or 15068449. OLE color: 15068449.
HSL color Cylindrical-coordinate representation of color #21EDE5: hue angle of 177.65º degrees, saturation: 0.85, 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 #21EDE5 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 229 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.07 |
| HSL | 177.65º | 0.85% | 0.53% | - |
| HSV(B) | 177.65º | 0.86% | 0.93% | - |
| XYZ | 45.05 | 66.55 | 84.6 | - |
| YUV | 175.09 | 158.41 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 229 | 0.86 | 0 | 0.03 | 0.07 | 177.65 | 0.85 | 0.53 |
| Hex | 21 | ED | E5 | 56 | 0 | 3 | 7 | B2 | 55 | 35 |
| Octal | 41 | 355 | 345 | 126 | 0 | 3 | 7 | 262 | 125 | 65 |
| Binary | 100001 | 11101101 | 11100101 | 1010110 | 0 | 11 | 111 | 10110010 | 1010101 | 110101 |
Color Harmonies of #21EDE5
Complementary color
Monochromatic Colors of #21EDE5
Black with #21EDE5
Text Example
Text Example
White with #21EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDE5; }
p { color: rgb(33,237,229); }
H1.HeaderClassName
{
color: #21EDE5;
}
.AnyTagClassName
{
color: #21EDE5;
}
</style>
background-color css
<style>
a { background-color: #21EDE5; }
a { background-color: rgb(33,237,229); }
div.DivClassName
{
background-color: #21EDE5;
}
.BgClassName
{
background-color: #21EDE5;
}
</style>
border-color css
<style>
span { border-color: #21EDE5; }
span { border-color: rgb(33,237,229); }
td.TdClassName
{
border-color: #21EDE5;
}
.TagClassName
{
border-color: #21EDE5;
}
</style>