Shades of Bright Turquoise #21D5DC
Tints of Bright Turquoise #21D5DC
RGB
CMYK
RGB Variations
Color information
#21D5DC (or 0x21D5DC) is known color: Bright Turquoise. HEX triplet: 21, D5 and DC. RGB value is (33,213,220). Sum of RGB (Red+Green+Blue) = 33+213+220=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #21D5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D5DC is #DE2A23. Grayscale: #9F9F9F. Windows color (decimal): -14559780 or 14472481. OLE color: 14472481.
HSL color Cylindrical-coordinate representation of color #21D5DC: hue angle of 182.25º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D5DC is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 213 | 220 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.14 |
| HSL | 182.25º | 0.74% | 0.5% | - |
| HSV(B) | 182.25º | 0.85% | 0.86% | - |
| XYZ | 37.34 | 53.08 | 75.99 | - |
| YUV | 159.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 220 | 0.85 | 0.03 | 0 | 0.14 | 182.25 | 0.74 | 0.5 |
| Hex | 21 | D5 | DC | 55 | 3 | 0 | E | B6 | 4A | 32 |
| Octal | 41 | 325 | 334 | 125 | 3 | 0 | 16 | 266 | 112 | 62 |
| Binary | 100001 | 11010101 | 11011100 | 1010101 | 11 | 0 | 1110 | 10110110 | 1001010 | 110010 |
Color Harmonies of #21D5DC
Complementary color
Monochromatic Colors of #21D5DC
Black with #21D5DC
Text Example
Text Example
White with #21D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D5DC; }
p { color: rgb(33,213,220); }
H1.HeaderClassName
{
color: #21D5DC;
}
.AnyTagClassName
{
color: #21D5DC;
}
</style>
background-color css
<style>
a { background-color: #21D5DC; }
a { background-color: rgb(33,213,220); }
div.DivClassName
{
background-color: #21D5DC;
}
.BgClassName
{
background-color: #21D5DC;
}
</style>
border-color css
<style>
span { border-color: #21D5DC; }
span { border-color: rgb(33,213,220); }
td.TdClassName
{
border-color: #21D5DC;
}
.TagClassName
{
border-color: #21D5DC;
}
</style>