Shades of Bright Turquoise #21DBD4
Tints of Bright Turquoise #21DBD4
RGB
CMYK
RGB Variations
Color information
#21DBD4 (or 0x21DBD4) is known color: Bright Turquoise. HEX triplet: 21, DB and D4. RGB value is (33,219,212). Sum of RGB (Red+Green+Blue) = 33+219+212=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBD4 is #DE242B. Grayscale: #A2A2A2. Windows color (decimal): -14558252 or 13949729. OLE color: 13949729.
HSL color Cylindrical-coordinate representation of color #21DBD4: hue angle of 177.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBD4 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 212 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.14 |
| HSL | 177.74º | 0.74% | 0.49% | - |
| HSV(B) | 177.74º | 0.85% | 0.86% | - |
| XYZ | 37.84 | 55.74 | 71.05 | - |
| YUV | 162.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 212 | 0.85 | 0 | 0.03 | 0.14 | 177.74 | 0.74 | 0.49 |
| Hex | 21 | DB | D4 | 55 | 0 | 3 | E | B2 | 4A | 31 |
| Octal | 41 | 333 | 324 | 125 | 0 | 3 | 16 | 262 | 112 | 61 |
| Binary | 100001 | 11011011 | 11010100 | 1010101 | 0 | 11 | 1110 | 10110010 | 1001010 | 110001 |
Color Harmonies of #21DBD4
Complementary color
Monochromatic Colors of #21DBD4
Black with #21DBD4
Text Example
Text Example
White with #21DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBD4; }
p { color: rgb(33,219,212); }
H1.HeaderClassName
{
color: #21DBD4;
}
.AnyTagClassName
{
color: #21DBD4;
}
</style>
background-color css
<style>
a { background-color: #21DBD4; }
a { background-color: rgb(33,219,212); }
div.DivClassName
{
background-color: #21DBD4;
}
.BgClassName
{
background-color: #21DBD4;
}
</style>
border-color css
<style>
span { border-color: #21DBD4; }
span { border-color: rgb(33,219,212); }
td.TdClassName
{
border-color: #21DBD4;
}
.TagClassName
{
border-color: #21DBD4;
}
</style>