Shades of Bright Turquoise #21EEF2
Tints of Bright Turquoise #21EEF2
RGB
CMYK
RGB Variations
Color information
#21EEF2 (or 0x21EEF2) is known color: Bright Turquoise. HEX triplet: 21, EE and F2. RGB value is (33,238,242). Sum of RGB (Red+Green+Blue) = 33+238+242=513 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.43% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #21EEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EEF2 is #DE110D. Grayscale: #B0B0B0. Windows color (decimal): -14553358 or 15920673. OLE color: 15920673.
HSL color Cylindrical-coordinate representation of color #21EEF2: hue angle of 181.15º 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 #21EEF2 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 238 | 242 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.05 |
| HSL | 181.15º | 0.89% | 0.54% | - |
| HSV(B) | 181.15º | 0.86% | 0.95% | - |
| XYZ | 47.23 | 67.88 | 94.62 | - |
| YUV | 177.16 | 164.58 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 242 | 0.86 | 0.02 | 0 | 0.05 | 181.15 | 0.89 | 0.54 |
| Hex | 21 | EE | F2 | 56 | 2 | 0 | 5 | B5 | 59 | 36 |
| Octal | 41 | 356 | 362 | 126 | 2 | 0 | 5 | 265 | 131 | 66 |
| Binary | 100001 | 11101110 | 11110010 | 1010110 | 10 | 0 | 101 | 10110101 | 1011001 | 110110 |
Color Harmonies of #21EEF2
Complementary color
Monochromatic Colors of #21EEF2
Black with #21EEF2
Text Example
Text Example
White with #21EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EEF2; }
p { color: rgb(33,238,242); }
H1.HeaderClassName
{
color: #21EEF2;
}
.AnyTagClassName
{
color: #21EEF2;
}
</style>
background-color css
<style>
a { background-color: #21EEF2; }
a { background-color: rgb(33,238,242); }
div.DivClassName
{
background-color: #21EEF2;
}
.BgClassName
{
background-color: #21EEF2;
}
</style>
border-color css
<style>
span { border-color: #21EEF2; }
span { border-color: rgb(33,238,242); }
td.TdClassName
{
border-color: #21EEF2;
}
.TagClassName
{
border-color: #21EEF2;
}
</style>