Shades of Bright Turquoise #21FECB
Tints of Bright Turquoise #21FECB
RGB
CMYK
RGB Variations
Color information
#21FECB (or 0x21FECB) is known color: Bright Turquoise. HEX triplet: 21, FE and CB. RGB value is (33,254,203). Sum of RGB (Red+Green+Blue) = 33+254+203=490 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.73% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #21FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FECB is #DE0134. Grayscale: #B6B6B6. Windows color (decimal): -14549301 or 13368865. OLE color: 13368865.
HSL color Cylindrical-coordinate representation of color #21FECB: hue angle of 166.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FECB is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 203 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.00 |
| HSL | 166.15º | 0.99% | 0.56% | - |
| HSV(B) | 166.15º | 0.87% | 1% | - |
| XYZ | 46.85 | 75.52 | 68.61 | - |
| YUV | 182.11 | 139.78 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 203 | 0.87 | 0 | 0.20 | 0.00 | 166.15 | 0.99 | 0.56 |
| Hex | 21 | FE | CB | 57 | 0 | 14 | 0 | A6 | 63 | 38 |
| Octal | 41 | 376 | 313 | 127 | 0 | 24 | 0 | 246 | 143 | 70 |
| Binary | 100001 | 11111110 | 11001011 | 1010111 | 0 | 10100 | 0 | 10100110 | 1100011 | 111000 |
Color Harmonies of #21FECB
Complementary color
Monochromatic Colors of #21FECB
Black with #21FECB
Text Example
Text Example
White with #21FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FECB; }
p { color: rgb(33,254,203); }
H1.HeaderClassName
{
color: #21FECB;
}
.AnyTagClassName
{
color: #21FECB;
}
</style>
background-color css
<style>
a { background-color: #21FECB; }
a { background-color: rgb(33,254,203); }
div.DivClassName
{
background-color: #21FECB;
}
.BgClassName
{
background-color: #21FECB;
}
</style>
border-color css
<style>
span { border-color: #21FECB; }
span { border-color: rgb(33,254,203); }
td.TdClassName
{
border-color: #21FECB;
}
.TagClassName
{
border-color: #21FECB;
}
</style>