Shades of Bright Turquoise #21DADB
Tints of Bright Turquoise #21DADB
RGB
CMYK
RGB Variations
Color information
#21DADB (or 0x21DADB) is known color: Bright Turquoise. HEX triplet: 21, DA and DB. RGB value is (33,218,219). Sum of RGB (Red+Green+Blue) = 33+218+219=470 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.02% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #21DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DADB is #DE2524. Grayscale: #A2A2A2. Windows color (decimal): -14558501 or 14408225. OLE color: 14408225.
HSL color Cylindrical-coordinate representation of color #21DADB: hue angle of 180.32º 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 #21DADB is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 218 | 219 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.14 |
| HSL | 180.32º | 0.74% | 0.49% | - |
| HSV(B) | 180.32º | 0.85% | 0.86% | - |
| XYZ | 38.48 | 55.58 | 75.72 | - |
| YUV | 162.8 | 159.71 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 219 | 0.85 | 0.00 | 0 | 0.14 | 180.32 | 0.74 | 0.49 |
| Hex | 21 | DA | DB | 55 | 0 | 0 | E | B4 | 4A | 31 |
| Octal | 41 | 332 | 333 | 125 | 0 | 0 | 16 | 264 | 112 | 61 |
| Binary | 100001 | 11011010 | 11011011 | 1010101 | 0 | 0 | 1110 | 10110100 | 1001010 | 110001 |
Color Harmonies of #21DADB
Complementary color
Monochromatic Colors of #21DADB
Black with #21DADB
Text Example
Text Example
White with #21DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DADB; }
p { color: rgb(33,218,219); }
H1.HeaderClassName
{
color: #21DADB;
}
.AnyTagClassName
{
color: #21DADB;
}
</style>
background-color css
<style>
a { background-color: #21DADB; }
a { background-color: rgb(33,218,219); }
div.DivClassName
{
background-color: #21DADB;
}
.BgClassName
{
background-color: #21DADB;
}
</style>
border-color css
<style>
span { border-color: #21DADB; }
span { border-color: rgb(33,218,219); }
td.TdClassName
{
border-color: #21DADB;
}
.TagClassName
{
border-color: #21DADB;
}
</style>