Shades of Bright Turquoise #21F2ED
Tints of Bright Turquoise #21F2ED
RGB
CMYK
RGB Variations
Color information
#21F2ED (or 0x21F2ED) is known color: Bright Turquoise. HEX triplet: 21, F2 and ED. RGB value is (33,242,237). Sum of RGB (Red+Green+Blue) = 33+242+237=512 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.45% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #21F2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F2ED is #DE0D12. Grayscale: #B2B2B2. Windows color (decimal): -14552339 or 15594017. OLE color: 15594017.
HSL color Cylindrical-coordinate representation of color #21F2ED: hue angle of 178.56º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F2ED is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 237 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.05 |
| HSL | 178.56º | 0.89% | 0.54% | - |
| HSV(B) | 178.56º | 0.86% | 0.95% | - |
| XYZ | 47.67 | 69.94 | 91.11 | - |
| YUV | 178.94 | 160.76 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 237 | 0.86 | 0 | 0.02 | 0.05 | 178.56 | 0.89 | 0.54 |
| Hex | 21 | F2 | ED | 56 | 0 | 2 | 5 | B3 | 59 | 36 |
| Octal | 41 | 362 | 355 | 126 | 0 | 2 | 5 | 263 | 131 | 66 |
| Binary | 100001 | 11110010 | 11101101 | 1010110 | 0 | 10 | 101 | 10110011 | 1011001 | 110110 |
Color Harmonies of #21F2ED
Complementary color
Monochromatic Colors of #21F2ED
Black with #21F2ED
Text Example
Text Example
White with #21F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F2ED; }
p { color: rgb(33,242,237); }
H1.HeaderClassName
{
color: #21F2ED;
}
.AnyTagClassName
{
color: #21F2ED;
}
</style>
background-color css
<style>
a { background-color: #21F2ED; }
a { background-color: rgb(33,242,237); }
div.DivClassName
{
background-color: #21F2ED;
}
.BgClassName
{
background-color: #21F2ED;
}
</style>
border-color css
<style>
span { border-color: #21F2ED; }
span { border-color: rgb(33,242,237); }
td.TdClassName
{
border-color: #21F2ED;
}
.TagClassName
{
border-color: #21F2ED;
}
</style>