Shades of Bright Turquoise #21FECD
Tints of Bright Turquoise #21FECD
RGB
CMYK
RGB Variations
Color information
#21FECD (or 0x21FECD) is known color: Bright Turquoise. HEX triplet: 21, FE and CD. RGB value is (33,254,205). Sum of RGB (Red+Green+Blue) = 33+254+205=492 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.71% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #21FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FECD is #DE0132. Grayscale: #B6B6B6. Windows color (decimal): -14549299 or 13499937. OLE color: 13499937.
HSL color Cylindrical-coordinate representation of color #21FECD: hue angle of 166.7º 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 #21FECD is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 205 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.00 |
| HSL | 166.7º | 0.99% | 0.56% | - |
| HSV(B) | 166.7º | 0.87% | 1% | - |
| XYZ | 47.09 | 75.61 | 69.87 | - |
| YUV | 182.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 205 | 0.87 | 0 | 0.19 | 0.00 | 166.7 | 0.99 | 0.56 |
| Hex | 21 | FE | CD | 57 | 0 | 13 | 0 | A7 | 63 | 38 |
| Octal | 41 | 376 | 315 | 127 | 0 | 23 | 0 | 247 | 143 | 70 |
| Binary | 100001 | 11111110 | 11001101 | 1010111 | 0 | 10011 | 0 | 10100111 | 1100011 | 111000 |
Color Harmonies of #21FECD
Complementary color
Monochromatic Colors of #21FECD
Black with #21FECD
Text Example
Text Example
White with #21FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FECD; }
p { color: rgb(33,254,205); }
H1.HeaderClassName
{
color: #21FECD;
}
.AnyTagClassName
{
color: #21FECD;
}
</style>
background-color css
<style>
a { background-color: #21FECD; }
a { background-color: rgb(33,254,205); }
div.DivClassName
{
background-color: #21FECD;
}
.BgClassName
{
background-color: #21FECD;
}
</style>
border-color css
<style>
span { border-color: #21FECD; }
span { border-color: rgb(33,254,205); }
td.TdClassName
{
border-color: #21FECD;
}
.TagClassName
{
border-color: #21FECD;
}
</style>