Shades of Bright Turquoise #21DDDD
Tints of Bright Turquoise #21DDDD
RGB
CMYK
RGB Variations
Color information
#21DDDD (or 0x21DDDD) is known color: Bright Turquoise. HEX triplet: 21, DD and DD. RGB value is (33,221,221). Sum of RGB (Red+Green+Blue) = 33+221+221=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #21DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDDD is #DE2222. Grayscale: #A4A4A4. Windows color (decimal): -14557731 or 14540065. OLE color: 14540065.
HSL color Cylindrical-coordinate representation of color #21DDDD: hue angle of 180º 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 #21DDDD is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 221 | - |
| CMYK | 0.85 | 0 | 0 | 0.13 |
| HSL | 180º | 0.74% | 0.5% | - |
| HSV(B) | 180º | 0.85% | 0.87% | - |
| XYZ | 39.53 | 57.26 | 77.37 | - |
| YUV | 164.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 221 | 0.85 | 0 | 0 | 0.13 | 180 | 0.74 | 0.5 |
| Hex | 21 | DD | DD | 55 | 0 | 0 | D | B4 | 4A | 32 |
| Octal | 41 | 335 | 335 | 125 | 0 | 0 | 15 | 264 | 112 | 62 |
| Binary | 100001 | 11011101 | 11011101 | 1010101 | 0 | 0 | 1101 | 10110100 | 1001010 | 110010 |
Color Harmonies of #21DDDD
Complementary color
Monochromatic Colors of #21DDDD
Black with #21DDDD
Text Example
Text Example
White with #21DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDDD; }
p { color: rgb(33,221,221); }
H1.HeaderClassName
{
color: #21DDDD;
}
.AnyTagClassName
{
color: #21DDDD;
}
</style>
background-color css
<style>
a { background-color: #21DDDD; }
a { background-color: rgb(33,221,221); }
div.DivClassName
{
background-color: #21DDDD;
}
.BgClassName
{
background-color: #21DDDD;
}
</style>
border-color css
<style>
span { border-color: #21DDDD; }
span { border-color: rgb(33,221,221); }
td.TdClassName
{
border-color: #21DDDD;
}
.TagClassName
{
border-color: #21DDDD;
}
</style>