Shades of Bright Turquoise #21EED3
Tints of Bright Turquoise #21EED3
RGB
CMYK
RGB Variations
Color information
#21EED3 (or 0x21EED3) is known color: Bright Turquoise. HEX triplet: 21, EE and D3. RGB value is (33,238,211). Sum of RGB (Red+Green+Blue) = 33+238+211=482 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.85% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #21EED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EED3 is #DE112C. Grayscale: #ADADAD. Windows color (decimal): -14553389 or 13889057. OLE color: 13889057.
HSL color Cylindrical-coordinate representation of color #21EED3: hue angle of 172.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EED3 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 211 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.07 |
| HSL | 172.1º | 0.86% | 0.53% | - |
| HSV(B) | 172.1º | 0.86% | 0.93% | - |
| XYZ | 42.96 | 66.18 | 72.14 | - |
| YUV | 173.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 211 | 0.86 | 0 | 0.11 | 0.07 | 172.1 | 0.86 | 0.53 |
| Hex | 21 | EE | D3 | 56 | 0 | B | 7 | AC | 56 | 35 |
| Octal | 41 | 356 | 323 | 126 | 0 | 13 | 7 | 254 | 126 | 65 |
| Binary | 100001 | 11101110 | 11010011 | 1010110 | 0 | 1011 | 111 | 10101100 | 1010110 | 110101 |
Color Harmonies of #21EED3
Complementary color
Monochromatic Colors of #21EED3
Black with #21EED3
Text Example
Text Example
White with #21EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EED3; }
p { color: rgb(33,238,211); }
H1.HeaderClassName
{
color: #21EED3;
}
.AnyTagClassName
{
color: #21EED3;
}
</style>
background-color css
<style>
a { background-color: #21EED3; }
a { background-color: rgb(33,238,211); }
div.DivClassName
{
background-color: #21EED3;
}
.BgClassName
{
background-color: #21EED3;
}
</style>
border-color css
<style>
span { border-color: #21EED3; }
span { border-color: rgb(33,238,211); }
td.TdClassName
{
border-color: #21EED3;
}
.TagClassName
{
border-color: #21EED3;
}
</style>