Shades of Bright Turquoise #21FFED
Tints of Bright Turquoise #21FFED
RGB
CMYK
RGB Variations
Color information
#21FFED (or 0x21FFED) is known color: Bright Turquoise. HEX triplet: 21, FF and ED. RGB value is (33,255,237). Sum of RGB (Red+Green+Blue) = 33+255+237=525 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.29% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FFED is #DE0012. Grayscale: #BABABA. Windows color (decimal): -14549011 or 15597345. OLE color: 15597345.
HSL color Cylindrical-coordinate representation of color #21FFED: hue angle of 175.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFED is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 237 | - |
| CMYK | 0.87 | 0 | 0.07 | 0 |
| HSL | 175.14º | 1% | 0.56% | - |
| HSV(B) | 175.14º | 0.87% | 1% | - |
| XYZ | 51.67 | 77.96 | 92.44 | - |
| YUV | 186.57 | 156.45 | 18.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 237 | 0.87 | 0 | 0.07 | 0 | 175.14 | 1 | 0.56 |
| Hex | 21 | FF | ED | 57 | 0 | 7 | 0 | AF | 64 | 38 |
| Octal | 41 | 377 | 355 | 127 | 0 | 7 | 0 | 257 | 144 | 70 |
| Binary | 100001 | 11111111 | 11101101 | 1010111 | 0 | 111 | 0 | 10101111 | 1100100 | 111000 |
Color Harmonies of #21FFED
Complementary color
Monochromatic Colors of #21FFED
Black with #21FFED
Text Example
Text Example
White with #21FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFED; }
p { color: rgb(33,255,237); }
H1.HeaderClassName
{
color: #21FFED;
}
.AnyTagClassName
{
color: #21FFED;
}
</style>
background-color css
<style>
a { background-color: #21FFED; }
a { background-color: rgb(33,255,237); }
div.DivClassName
{
background-color: #21FFED;
}
.BgClassName
{
background-color: #21FFED;
}
</style>
border-color css
<style>
span { border-color: #21FFED; }
span { border-color: rgb(33,255,237); }
td.TdClassName
{
border-color: #21FFED;
}
.TagClassName
{
border-color: #21FFED;
}
</style>