Shades of Bright Turquoise #21EECB
Tints of Bright Turquoise #21EECB
RGB
CMYK
RGB Variations
Color information
#21EECB (or 0x21EECB) is known color: Bright Turquoise. HEX triplet: 21, EE and CB. RGB value is (33,238,203). Sum of RGB (Red+Green+Blue) = 33+238+203=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #21EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EECB is #DE1134. Grayscale: #ACACAC. Windows color (decimal): -14553397 or 13364769. OLE color: 13364769.
HSL color Cylindrical-coordinate representation of color #21EECB: hue angle of 169.76º 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 #21EECB is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 203 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.07 |
| HSL | 169.76º | 0.86% | 0.53% | - |
| HSV(B) | 169.76º | 0.86% | 0.93% | - |
| XYZ | 41.98 | 65.78 | 66.98 | - |
| YUV | 172.72 | 145.08 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 203 | 0.86 | 0 | 0.15 | 0.07 | 169.76 | 0.86 | 0.53 |
| Hex | 21 | EE | CB | 56 | 0 | F | 7 | AA | 56 | 35 |
| Octal | 41 | 356 | 313 | 126 | 0 | 17 | 7 | 252 | 126 | 65 |
| Binary | 100001 | 11101110 | 11001011 | 1010110 | 0 | 1111 | 111 | 10101010 | 1010110 | 110101 |
Color Harmonies of #21EECB
Complementary color
Monochromatic Colors of #21EECB
Black with #21EECB
Text Example
Text Example
White with #21EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EECB; }
p { color: rgb(33,238,203); }
H1.HeaderClassName
{
color: #21EECB;
}
.AnyTagClassName
{
color: #21EECB;
}
</style>
background-color css
<style>
a { background-color: #21EECB; }
a { background-color: rgb(33,238,203); }
div.DivClassName
{
background-color: #21EECB;
}
.BgClassName
{
background-color: #21EECB;
}
</style>
border-color css
<style>
span { border-color: #21EECB; }
span { border-color: rgb(33,238,203); }
td.TdClassName
{
border-color: #21EECB;
}
.TagClassName
{
border-color: #21EECB;
}
</style>