Shades of Bright Turquoise #21FFDA
Tints of Bright Turquoise #21FFDA
RGB
CMYK
RGB Variations
Color information
#21FFDA (or 0x21FFDA) is known color: Bright Turquoise. HEX triplet: 21, FF and DA. RGB value is (33,255,218). Sum of RGB (Red+Green+Blue) = 33+255+218=506 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.52% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFDA is #DE0025. Grayscale: #B8B8B8. Windows color (decimal): -14549030 or 14352161. OLE color: 14352161.
HSL color Cylindrical-coordinate representation of color #21FFDA: hue angle of 170º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFDA is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 218 | - |
| CMYK | 0.87 | 0 | 0.15 | 0 |
| HSL | 170º | 1% | 0.56% | - |
| HSV(B) | 170º | 0.87% | 1% | - |
| XYZ | 49.04 | 76.91 | 78.59 | - |
| YUV | 184.4 | 146.95 | 20.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 218 | 0.87 | 0 | 0.15 | 0 | 170 | 1 | 0.56 |
| Hex | 21 | FF | DA | 57 | 0 | F | 0 | AA | 64 | 38 |
| Octal | 41 | 377 | 332 | 127 | 0 | 17 | 0 | 252 | 144 | 70 |
| Binary | 100001 | 11111111 | 11011010 | 1010111 | 0 | 1111 | 0 | 10101010 | 1100100 | 111000 |
Color Harmonies of #21FFDA
Complementary color
Monochromatic Colors of #21FFDA
Black with #21FFDA
Text Example
Text Example
White with #21FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFDA; }
p { color: rgb(33,255,218); }
H1.HeaderClassName
{
color: #21FFDA;
}
.AnyTagClassName
{
color: #21FFDA;
}
</style>
background-color css
<style>
a { background-color: #21FFDA; }
a { background-color: rgb(33,255,218); }
div.DivClassName
{
background-color: #21FFDA;
}
.BgClassName
{
background-color: #21FFDA;
}
</style>
border-color css
<style>
span { border-color: #21FFDA; }
span { border-color: rgb(33,255,218); }
td.TdClassName
{
border-color: #21FFDA;
}
.TagClassName
{
border-color: #21FFDA;
}
</style>