Shades of Bright Turquoise #21F8DB
Tints of Bright Turquoise #21F8DB
RGB
CMYK
RGB Variations
Color information
#21F8DB (or 0x21F8DB) is known color: Bright Turquoise. HEX triplet: 21, F8 and DB. RGB value is (33,248,219). Sum of RGB (Red+Green+Blue) = 33+248+219=500 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.6% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #21F8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F8DB is #DE0724. Grayscale: #B4B4B4. Windows color (decimal): -14550821 or 14415905. OLE color: 14415905.
HSL color Cylindrical-coordinate representation of color #21F8DB: hue angle of 171.91º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F8DB is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 248 | 219 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.03 |
| HSL | 171.91º | 0.94% | 0.55% | - |
| HSV(B) | 171.91º | 0.87% | 0.97% | - |
| XYZ | 46.98 | 72.57 | 78.55 | - |
| YUV | 180.41 | 149.77 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 248 | 219 | 0.87 | 0 | 0.12 | 0.03 | 171.91 | 0.94 | 0.55 |
| Hex | 21 | F8 | DB | 57 | 0 | C | 3 | AC | 5E | 37 |
| Octal | 41 | 370 | 333 | 127 | 0 | 14 | 3 | 254 | 136 | 67 |
| Binary | 100001 | 11111000 | 11011011 | 1010111 | 0 | 1100 | 11 | 10101100 | 1011110 | 110111 |
Color Harmonies of #21F8DB
Complementary color
Monochromatic Colors of #21F8DB
Black with #21F8DB
Text Example
Text Example
White with #21F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F8DB; }
p { color: rgb(33,248,219); }
H1.HeaderClassName
{
color: #21F8DB;
}
.AnyTagClassName
{
color: #21F8DB;
}
</style>
background-color css
<style>
a { background-color: #21F8DB; }
a { background-color: rgb(33,248,219); }
div.DivClassName
{
background-color: #21F8DB;
}
.BgClassName
{
background-color: #21F8DB;
}
</style>
border-color css
<style>
span { border-color: #21F8DB; }
span { border-color: rgb(33,248,219); }
td.TdClassName
{
border-color: #21F8DB;
}
.TagClassName
{
border-color: #21F8DB;
}
</style>