Shades of Bright Turquoise #21F1DB
Tints of Bright Turquoise #21F1DB
RGB
CMYK
RGB Variations
Color information
#21F1DB (or 0x21F1DB) is known color: Bright Turquoise. HEX triplet: 21, F1 and DB. RGB value is (33,241,219). Sum of RGB (Red+Green+Blue) = 33+241+219=493 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.69% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F1DB is #DE0E24. Grayscale: #B0B0B0. Windows color (decimal): -14552613 or 14414113. OLE color: 14414113.
HSL color Cylindrical-coordinate representation of color #21F1DB: hue angle of 173.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F1DB is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 219 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.05 |
| HSL | 173.65º | 0.88% | 0.54% | - |
| HSV(B) | 173.65º | 0.86% | 0.95% | - |
| XYZ | 44.87 | 68.35 | 77.85 | - |
| YUV | 176.3 | 152.09 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 219 | 0.86 | 0 | 0.09 | 0.05 | 173.65 | 0.88 | 0.54 |
| Hex | 21 | F1 | DB | 56 | 0 | 9 | 5 | AE | 58 | 36 |
| Octal | 41 | 361 | 333 | 126 | 0 | 11 | 5 | 256 | 130 | 66 |
| Binary | 100001 | 11110001 | 11011011 | 1010110 | 0 | 1001 | 101 | 10101110 | 1011000 | 110110 |
Color Harmonies of #21F1DB
Complementary color
Monochromatic Colors of #21F1DB
Black with #21F1DB
Text Example
Text Example
White with #21F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F1DB; }
p { color: rgb(33,241,219); }
H1.HeaderClassName
{
color: #21F1DB;
}
.AnyTagClassName
{
color: #21F1DB;
}
</style>
background-color css
<style>
a { background-color: #21F1DB; }
a { background-color: rgb(33,241,219); }
div.DivClassName
{
background-color: #21F1DB;
}
.BgClassName
{
background-color: #21F1DB;
}
</style>
border-color css
<style>
span { border-color: #21F1DB; }
span { border-color: rgb(33,241,219); }
td.TdClassName
{
border-color: #21F1DB;
}
.TagClassName
{
border-color: #21F1DB;
}
</style>