Shades of Bright Turquoise #21D6DD
Tints of Bright Turquoise #21D6DD
RGB
CMYK
RGB Variations
Color information
#21D6DD (or 0x21D6DD) is known color: Bright Turquoise. HEX triplet: 21, D6 and DD. RGB value is (33,214,221). Sum of RGB (Red+Green+Blue) = 33+214+221=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #21D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D6DD is #DE2922. Grayscale: #A0A0A0. Windows color (decimal): -14559523 or 14538273. OLE color: 14538273.
HSL color Cylindrical-coordinate representation of color #21D6DD: hue angle of 182.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D6DD is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 214 | 221 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.13 |
| HSL | 182.23º | 0.74% | 0.5% | - |
| HSV(B) | 182.23º | 0.85% | 0.87% | - |
| XYZ | 37.72 | 53.64 | 76.77 | - |
| YUV | 160.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 221 | 0.85 | 0.03 | 0 | 0.13 | 182.23 | 0.74 | 0.5 |
| Hex | 21 | D6 | DD | 55 | 3 | 0 | D | B6 | 4A | 32 |
| Octal | 41 | 326 | 335 | 125 | 3 | 0 | 15 | 266 | 112 | 62 |
| Binary | 100001 | 11010110 | 11011101 | 1010101 | 11 | 0 | 1101 | 10110110 | 1001010 | 110010 |
Color Harmonies of #21D6DD
Complementary color
Monochromatic Colors of #21D6DD
Black with #21D6DD
Text Example
Text Example
White with #21D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D6DD; }
p { color: rgb(33,214,221); }
H1.HeaderClassName
{
color: #21D6DD;
}
.AnyTagClassName
{
color: #21D6DD;
}
</style>
background-color css
<style>
a { background-color: #21D6DD; }
a { background-color: rgb(33,214,221); }
div.DivClassName
{
background-color: #21D6DD;
}
.BgClassName
{
background-color: #21D6DD;
}
</style>
border-color css
<style>
span { border-color: #21D6DD; }
span { border-color: rgb(33,214,221); }
td.TdClassName
{
border-color: #21D6DD;
}
.TagClassName
{
border-color: #21D6DD;
}
</style>