Shades of Bright Turquoise #21D4DA
Tints of Bright Turquoise #21D4DA
RGB
CMYK
RGB Variations
Color information
#21D4DA (or 0x21D4DA) is known color: Bright Turquoise. HEX triplet: 21, D4 and DA. RGB value is (33,212,218). Sum of RGB (Red+Green+Blue) = 33+212+218=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #21D4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D4DA is #DE2B25. Grayscale: #9E9E9E. Windows color (decimal): -14560038 or 14341153. OLE color: 14341153.
HSL color Cylindrical-coordinate representation of color #21D4DA: hue angle of 181.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D4DA is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 212 | 218 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.15 |
| HSL | 181.95º | 0.74% | 0.49% | - |
| HSV(B) | 181.95º | 0.85% | 0.85% | - |
| XYZ | 36.83 | 52.47 | 74.52 | - |
| YUV | 159.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 218 | 0.85 | 0.03 | 0 | 0.15 | 181.95 | 0.74 | 0.49 |
| Hex | 21 | D4 | DA | 55 | 3 | 0 | F | B6 | 4A | 31 |
| Octal | 41 | 324 | 332 | 125 | 3 | 0 | 17 | 266 | 112 | 61 |
| Binary | 100001 | 11010100 | 11011010 | 1010101 | 11 | 0 | 1111 | 10110110 | 1001010 | 110001 |
Color Harmonies of #21D4DA
Complementary color
Monochromatic Colors of #21D4DA
Black with #21D4DA
Text Example
Text Example
White with #21D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4DA; }
p { color: rgb(33,212,218); }
H1.HeaderClassName
{
color: #21D4DA;
}
.AnyTagClassName
{
color: #21D4DA;
}
</style>
background-color css
<style>
a { background-color: #21D4DA; }
a { background-color: rgb(33,212,218); }
div.DivClassName
{
background-color: #21D4DA;
}
.BgClassName
{
background-color: #21D4DA;
}
</style>
border-color css
<style>
span { border-color: #21D4DA; }
span { border-color: rgb(33,212,218); }
td.TdClassName
{
border-color: #21D4DA;
}
.TagClassName
{
border-color: #21D4DA;
}
</style>