Shades of Bright Turquoise #21D8D1
Tints of Bright Turquoise #21D8D1
RGB
CMYK
RGB Variations
Color information
#21D8D1 (or 0x21D8D1) is known color: Bright Turquoise. HEX triplet: 21, D8 and D1. RGB value is (33,216,209). Sum of RGB (Red+Green+Blue) = 33+216+209=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #21D8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D8D1 is #DE272E. Grayscale: #A0A0A0. Windows color (decimal): -14559023 or 13752353. OLE color: 13752353.
HSL color Cylindrical-coordinate representation of color #21D8D1: hue angle of 177.7º degrees, saturation: 0.73, 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 #21D8D1 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 209 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.15 |
| HSL | 177.7º | 0.73% | 0.49% | - |
| HSV(B) | 177.7º | 0.85% | 0.85% | - |
| XYZ | 36.69 | 54.04 | 68.82 | - |
| YUV | 160.49 | 155.37 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 209 | 0.85 | 0 | 0.03 | 0.15 | 177.7 | 0.73 | 0.49 |
| Hex | 21 | D8 | D1 | 55 | 0 | 3 | F | B2 | 49 | 31 |
| Octal | 41 | 330 | 321 | 125 | 0 | 3 | 17 | 262 | 111 | 61 |
| Binary | 100001 | 11011000 | 11010001 | 1010101 | 0 | 11 | 1111 | 10110010 | 1001001 | 110001 |
Color Harmonies of #21D8D1
Complementary color
Monochromatic Colors of #21D8D1
Black with #21D8D1
Text Example
Text Example
White with #21D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8D1; }
p { color: rgb(33,216,209); }
H1.HeaderClassName
{
color: #21D8D1;
}
.AnyTagClassName
{
color: #21D8D1;
}
</style>
background-color css
<style>
a { background-color: #21D8D1; }
a { background-color: rgb(33,216,209); }
div.DivClassName
{
background-color: #21D8D1;
}
.BgClassName
{
background-color: #21D8D1;
}
</style>
border-color css
<style>
span { border-color: #21D8D1; }
span { border-color: rgb(33,216,209); }
td.TdClassName
{
border-color: #21D8D1;
}
.TagClassName
{
border-color: #21D8D1;
}
</style>