Shades of Turquoise #21DABB
Tints of Turquoise #21DABB
RGB
CMYK
RGB Variations
Color information
#21DABB (or 0x21DABB) is known color: Turquoise. HEX triplet: 21, DA and BB. RGB value is (33,218,187). Sum of RGB (Red+Green+Blue) = 33+218+187=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #21DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DABB is #DE2544. Grayscale: #9F9F9F. Windows color (decimal): -14558533 or 12311073. OLE color: 12311073.
HSL color Cylindrical-coordinate representation of color #21DABB: hue angle of 169.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DABB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 187 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.15 |
| HSL | 169.95º | 0.74% | 0.49% | - |
| HSV(B) | 169.95º | 0.85% | 0.85% | - |
| XYZ | 34.67 | 54.05 | 55.62 | - |
| YUV | 159.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 187 | 0.85 | 0 | 0.14 | 0.15 | 169.95 | 0.74 | 0.49 |
| Hex | 21 | DA | BB | 55 | 0 | E | F | AA | 4A | 31 |
| Octal | 41 | 332 | 273 | 125 | 0 | 16 | 17 | 252 | 112 | 61 |
| Binary | 100001 | 11011010 | 10111011 | 1010101 | 0 | 1110 | 1111 | 10101010 | 1001010 | 110001 |
Color Harmonies of #21DABB
Complementary color
Monochromatic Colors of #21DABB
Black with #21DABB
Text Example
Text Example
White with #21DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DABB; }
p { color: rgb(33,218,187); }
H1.HeaderClassName
{
color: #21DABB;
}
.AnyTagClassName
{
color: #21DABB;
}
</style>
background-color css
<style>
a { background-color: #21DABB; }
a { background-color: rgb(33,218,187); }
div.DivClassName
{
background-color: #21DABB;
}
.BgClassName
{
background-color: #21DABB;
}
</style>
border-color css
<style>
span { border-color: #21DABB; }
span { border-color: rgb(33,218,187); }
td.TdClassName
{
border-color: #21DABB;
}
.TagClassName
{
border-color: #21DABB;
}
</style>