Shades of Bright Turquoise #21FEC5
Tints of Bright Turquoise #21FEC5
RGB
CMYK
RGB Variations
Color information
#21FEC5 (or 0x21FEC5) is known color: Bright Turquoise. HEX triplet: 21, FE and C5. RGB value is (33,254,197). Sum of RGB (Red+Green+Blue) = 33+254+197=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #21FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FEC5 is #DE013A. Grayscale: #B5B5B5. Windows color (decimal): -14549307 or 12975649. OLE color: 12975649.
HSL color Cylindrical-coordinate representation of color #21FEC5: hue angle of 164.52º 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 #21FEC5 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 197 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.00 |
| HSL | 164.52º | 0.99% | 0.56% | - |
| HSV(B) | 164.52º | 0.87% | 1% | - |
| XYZ | 46.15 | 75.24 | 64.91 | - |
| YUV | 181.42 | 136.78 | 22.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 197 | 0.87 | 0 | 0.22 | 0.00 | 164.52 | 0.99 | 0.56 |
| Hex | 21 | FE | C5 | 57 | 0 | 16 | 0 | A5 | 63 | 38 |
| Octal | 41 | 376 | 305 | 127 | 0 | 26 | 0 | 245 | 143 | 70 |
| Binary | 100001 | 11111110 | 11000101 | 1010111 | 0 | 10110 | 0 | 10100101 | 1100011 | 111000 |
Color Harmonies of #21FEC5
Complementary color
Monochromatic Colors of #21FEC5
Black with #21FEC5
Text Example
Text Example
White with #21FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FEC5; }
p { color: rgb(33,254,197); }
H1.HeaderClassName
{
color: #21FEC5;
}
.AnyTagClassName
{
color: #21FEC5;
}
</style>
background-color css
<style>
a { background-color: #21FEC5; }
a { background-color: rgb(33,254,197); }
div.DivClassName
{
background-color: #21FEC5;
}
.BgClassName
{
background-color: #21FEC5;
}
</style>
border-color css
<style>
span { border-color: #21FEC5; }
span { border-color: rgb(33,254,197); }
td.TdClassName
{
border-color: #21FEC5;
}
.TagClassName
{
border-color: #21FEC5;
}
</style>