Shades of Bright Turquoise #21FADA
Tints of Bright Turquoise #21FADA
RGB
CMYK
RGB Variations
Color information
#21FADA (or 0x21FADA) is known color: Bright Turquoise. HEX triplet: 21, FA and DA. RGB value is (33,250,218). Sum of RGB (Red+Green+Blue) = 33+250+218=501 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.59% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #21FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FADA is #DE0525. Grayscale: #B5B5B5. Windows color (decimal): -14550310 or 14350881. OLE color: 14350881.
HSL color Cylindrical-coordinate representation of color #21FADA: hue angle of 171.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FADA is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 218 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.02 |
| HSL | 171.15º | 0.96% | 0.55% | - |
| HSV(B) | 171.15º | 0.87% | 0.98% | - |
| XYZ | 47.47 | 73.76 | 78.06 | - |
| YUV | 181.47 | 148.61 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 218 | 0.87 | 0 | 0.13 | 0.02 | 171.15 | 0.96 | 0.55 |
| Hex | 21 | FA | DA | 57 | 0 | D | 2 | AB | 60 | 37 |
| Octal | 41 | 372 | 332 | 127 | 0 | 15 | 2 | 253 | 140 | 67 |
| Binary | 100001 | 11111010 | 11011010 | 1010111 | 0 | 1101 | 10 | 10101011 | 1100000 | 110111 |
Color Harmonies of #21FADA
Complementary color
Monochromatic Colors of #21FADA
Black with #21FADA
Text Example
Text Example
White with #21FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FADA; }
p { color: rgb(33,250,218); }
H1.HeaderClassName
{
color: #21FADA;
}
.AnyTagClassName
{
color: #21FADA;
}
</style>
background-color css
<style>
a { background-color: #21FADA; }
a { background-color: rgb(33,250,218); }
div.DivClassName
{
background-color: #21FADA;
}
.BgClassName
{
background-color: #21FADA;
}
</style>
border-color css
<style>
span { border-color: #21FADA; }
span { border-color: rgb(33,250,218); }
td.TdClassName
{
border-color: #21FADA;
}
.TagClassName
{
border-color: #21FADA;
}
</style>