Shades of Dark Turquoise #21CADB
Tints of Dark Turquoise #21CADB
RGB
CMYK
RGB Variations
Color information
#21CADB (or 0x21CADB) is known color: Dark Turquoise. HEX triplet: 21, CA and DB. RGB value is (33,202,219). Sum of RGB (Red+Green+Blue) = 33+202+219=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #21CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CADB is #DE3524. Grayscale: #999999. Windows color (decimal): -14562597 or 14404129. OLE color: 14404129.
HSL color Cylindrical-coordinate representation of color #21CADB: hue angle of 185.48º 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 #21CADB is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 202 | 219 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.14 |
| HSL | 185.48º | 0.74% | 0.49% | - |
| HSV(B) | 185.48º | 0.85% | 0.86% | - |
| XYZ | 34.53 | 47.68 | 74.4 | - |
| YUV | 153.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 219 | 0.85 | 0.08 | 0 | 0.14 | 185.48 | 0.74 | 0.49 |
| Hex | 21 | CA | DB | 55 | 8 | 0 | E | B9 | 4A | 31 |
| Octal | 41 | 312 | 333 | 125 | 10 | 0 | 16 | 271 | 112 | 61 |
| Binary | 100001 | 11001010 | 11011011 | 1010101 | 1000 | 0 | 1110 | 10111001 | 1001010 | 110001 |
Color Harmonies of #21CADB
Complementary color
Monochromatic Colors of #21CADB
Black with #21CADB
Text Example
Text Example
White with #21CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CADB; }
p { color: rgb(33,202,219); }
H1.HeaderClassName
{
color: #21CADB;
}
.AnyTagClassName
{
color: #21CADB;
}
</style>
background-color css
<style>
a { background-color: #21CADB; }
a { background-color: rgb(33,202,219); }
div.DivClassName
{
background-color: #21CADB;
}
.BgClassName
{
background-color: #21CADB;
}
</style>
border-color css
<style>
span { border-color: #21CADB; }
span { border-color: rgb(33,202,219); }
td.TdClassName
{
border-color: #21CADB;
}
.TagClassName
{
border-color: #21CADB;
}
</style>