Shades of Turquoise #21DBCC
Tints of Turquoise #21DBCC
RGB
CMYK
RGB Variations
Color information
#21DBCC (or 0x21DBCC) is known color: Turquoise. HEX triplet: 21, DB and CC. RGB value is (33,219,204). Sum of RGB (Red+Green+Blue) = 33+219+204=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #21DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBCC is #DE2433. Grayscale: #A1A1A1. Windows color (decimal): -14558260 or 13425441. OLE color: 13425441.
HSL color Cylindrical-coordinate representation of color #21DBCC: hue angle of 175.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBCC is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 204 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 175.16º | 0.74% | 0.49% | - |
| HSV(B) | 175.16º | 0.85% | 0.86% | - |
| XYZ | 36.86 | 55.35 | 65.87 | - |
| YUV | 161.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 204 | 0.85 | 0 | 0.07 | 0.14 | 175.16 | 0.74 | 0.49 |
| Hex | 21 | DB | CC | 55 | 0 | 7 | E | AF | 4A | 31 |
| Octal | 41 | 333 | 314 | 125 | 0 | 7 | 16 | 257 | 112 | 61 |
| Binary | 100001 | 11011011 | 11001100 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001010 | 110001 |
Color Harmonies of #21DBCC
Complementary color
Monochromatic Colors of #21DBCC
Black with #21DBCC
Text Example
Text Example
White with #21DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBCC; }
p { color: rgb(33,219,204); }
H1.HeaderClassName
{
color: #21DBCC;
}
.AnyTagClassName
{
color: #21DBCC;
}
</style>
background-color css
<style>
a { background-color: #21DBCC; }
a { background-color: rgb(33,219,204); }
div.DivClassName
{
background-color: #21DBCC;
}
.BgClassName
{
background-color: #21DBCC;
}
</style>
border-color css
<style>
span { border-color: #21DBCC; }
span { border-color: rgb(33,219,204); }
td.TdClassName
{
border-color: #21DBCC;
}
.TagClassName
{
border-color: #21DBCC;
}
</style>