Shades of Turquoise #21FEBE
Tints of Turquoise #21FEBE
RGB
CMYK
RGB Variations
Color information
#21FEBE (or 0x21FEBE) is known color: Turquoise. HEX triplet: 21, FE and BE. RGB value is (33,254,190). Sum of RGB (Red+Green+Blue) = 33+254+190=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #21FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FEBE is #DE0141. Grayscale: #B4B4B4. Windows color (decimal): -14549314 or 12516897. OLE color: 12516897.
HSL color Cylindrical-coordinate representation of color #21FEBE: hue angle of 162.62º 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 #21FEBE is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 190 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.00 |
| HSL | 162.62º | 0.99% | 0.56% | - |
| HSV(B) | 162.62º | 0.87% | 1% | - |
| XYZ | 45.36 | 74.92 | 60.79 | - |
| YUV | 180.63 | 133.28 | 22.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 190 | 0.87 | 0 | 0.25 | 0.00 | 162.62 | 0.99 | 0.56 |
| Hex | 21 | FE | BE | 57 | 0 | 19 | 0 | A3 | 63 | 38 |
| Octal | 41 | 376 | 276 | 127 | 0 | 31 | 0 | 243 | 143 | 70 |
| Binary | 100001 | 11111110 | 10111110 | 1010111 | 0 | 11001 | 0 | 10100011 | 1100011 | 111000 |
Color Harmonies of #21FEBE
Complementary color
Monochromatic Colors of #21FEBE
Black with #21FEBE
Text Example
Text Example
White with #21FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FEBE; }
p { color: rgb(33,254,190); }
H1.HeaderClassName
{
color: #21FEBE;
}
.AnyTagClassName
{
color: #21FEBE;
}
</style>
background-color css
<style>
a { background-color: #21FEBE; }
a { background-color: rgb(33,254,190); }
div.DivClassName
{
background-color: #21FEBE;
}
.BgClassName
{
background-color: #21FEBE;
}
</style>
border-color css
<style>
span { border-color: #21FEBE; }
span { border-color: rgb(33,254,190); }
td.TdClassName
{
border-color: #21FEBE;
}
.TagClassName
{
border-color: #21FEBE;
}
</style>