Shades of Bright Turquoise #21FFEB
Tints of Bright Turquoise #21FFEB
RGB
CMYK
RGB Variations
Color information
#21FFEB (or 0x21FFEB) is known color: Bright Turquoise. HEX triplet: 21, FF and EB. RGB value is (33,255,235). Sum of RGB (Red+Green+Blue) = 33+255+235=523 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.31% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FFEB is #DE0014. Grayscale: #BABABA. Windows color (decimal): -14549013 or 15466273. OLE color: 15466273.
HSL color Cylindrical-coordinate representation of color #21FFEB: hue angle of 174.59º 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 #21FFEB is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 235 | - |
| CMYK | 0.87 | 0 | 0.08 | 0 |
| HSL | 174.59º | 1% | 0.56% | - |
| HSV(B) | 174.59º | 0.87% | 1% | - |
| XYZ | 51.38 | 77.84 | 90.91 | - |
| YUV | 186.34 | 155.45 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 235 | 0.87 | 0 | 0.08 | 0 | 174.59 | 1 | 0.56 |
| Hex | 21 | FF | EB | 57 | 0 | 8 | 0 | AF | 64 | 38 |
| Octal | 41 | 377 | 353 | 127 | 0 | 10 | 0 | 257 | 144 | 70 |
| Binary | 100001 | 11111111 | 11101011 | 1010111 | 0 | 1000 | 0 | 10101111 | 1100100 | 111000 |
Color Harmonies of #21FFEB
Complementary color
Monochromatic Colors of #21FFEB
Black with #21FFEB
Text Example
Text Example
White with #21FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFEB; }
p { color: rgb(33,255,235); }
H1.HeaderClassName
{
color: #21FFEB;
}
.AnyTagClassName
{
color: #21FFEB;
}
</style>
background-color css
<style>
a { background-color: #21FFEB; }
a { background-color: rgb(33,255,235); }
div.DivClassName
{
background-color: #21FFEB;
}
.BgClassName
{
background-color: #21FFEB;
}
</style>
border-color css
<style>
span { border-color: #21FFEB; }
span { border-color: rgb(33,255,235); }
td.TdClassName
{
border-color: #21FFEB;
}
.TagClassName
{
border-color: #21FFEB;
}
</style>