Shades of Bright Turquoise #21DEFE
Tints of Bright Turquoise #21DEFE
RGB
CMYK
RGB Variations
Color information
#21DEFE (or 0x21DEFE) is known color: Bright Turquoise. HEX triplet: 21, DE and FE. RGB value is (33,222,254). Sum of RGB (Red+Green+Blue) = 33+222+254=509 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.48% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #21DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DEFE is #DE2101. Grayscale: #A8A8A8. Windows color (decimal): -14557442 or 16703009. OLE color: 16703009.
HSL color Cylindrical-coordinate representation of color #21DEFE: hue angle of 188.69º 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 #21DEFE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 222 | 254 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.00 |
| HSL | 188.69º | 0.99% | 0.56% | - |
| HSV(B) | 188.69º | 0.87% | 1% | - |
| XYZ | 44.64 | 59.72 | 102.94 | - |
| YUV | 169.14 | 175.88 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 254 | 0.87 | 0.13 | 0 | 0.00 | 188.69 | 0.99 | 0.56 |
| Hex | 21 | DE | FE | 57 | D | 0 | 0 | BD | 63 | 38 |
| Octal | 41 | 336 | 376 | 127 | 15 | 0 | 0 | 275 | 143 | 70 |
| Binary | 100001 | 11011110 | 11111110 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #21DEFE
Complementary color
Monochromatic Colors of #21DEFE
Black with #21DEFE
Text Example
Text Example
White with #21DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DEFE; }
p { color: rgb(33,222,254); }
H1.HeaderClassName
{
color: #21DEFE;
}
.AnyTagClassName
{
color: #21DEFE;
}
</style>
background-color css
<style>
a { background-color: #21DEFE; }
a { background-color: rgb(33,222,254); }
div.DivClassName
{
background-color: #21DEFE;
}
.BgClassName
{
background-color: #21DEFE;
}
</style>
border-color css
<style>
span { border-color: #21DEFE; }
span { border-color: rgb(33,222,254); }
td.TdClassName
{
border-color: #21DEFE;
}
.TagClassName
{
border-color: #21DEFE;
}
</style>