Shades of Bright Turquoise #21EDF2
Tints of Bright Turquoise #21EDF2
RGB
CMYK
RGB Variations
Color information
#21EDF2 (or 0x21EDF2) is known color: Bright Turquoise. HEX triplet: 21, ED and F2. RGB value is (33,237,242). Sum of RGB (Red+Green+Blue) = 33+237+242=512 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.45% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #21EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDF2 is #DE120D. Grayscale: #B0B0B0. Windows color (decimal): -14553614 or 15920417. OLE color: 15920417.
HSL color Cylindrical-coordinate representation of color #21EDF2: hue angle of 181.44º 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 #21EDF2 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 237 | 242 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.05 |
| HSL | 181.44º | 0.89% | 0.54% | - |
| HSV(B) | 181.44º | 0.86% | 0.95% | - |
| XYZ | 46.94 | 67.3 | 94.52 | - |
| YUV | 176.57 | 164.91 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 242 | 0.86 | 0.02 | 0 | 0.05 | 181.44 | 0.89 | 0.54 |
| Hex | 21 | ED | F2 | 56 | 2 | 0 | 5 | B5 | 59 | 36 |
| Octal | 41 | 355 | 362 | 126 | 2 | 0 | 5 | 265 | 131 | 66 |
| Binary | 100001 | 11101101 | 11110010 | 1010110 | 10 | 0 | 101 | 10110101 | 1011001 | 110110 |
Color Harmonies of #21EDF2
Complementary color
Monochromatic Colors of #21EDF2
Black with #21EDF2
Text Example
Text Example
White with #21EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDF2; }
p { color: rgb(33,237,242); }
H1.HeaderClassName
{
color: #21EDF2;
}
.AnyTagClassName
{
color: #21EDF2;
}
</style>
background-color css
<style>
a { background-color: #21EDF2; }
a { background-color: rgb(33,237,242); }
div.DivClassName
{
background-color: #21EDF2;
}
.BgClassName
{
background-color: #21EDF2;
}
</style>
border-color css
<style>
span { border-color: #21EDF2; }
span { border-color: rgb(33,237,242); }
td.TdClassName
{
border-color: #21EDF2;
}
.TagClassName
{
border-color: #21EDF2;
}
</style>