Shades of Bright Turquoise #16E0DB
Tints of Bright Turquoise #16E0DB
RGB
CMYK
RGB Variations
Color information
#16E0DB (or 0x16E0DB) is known color: Bright Turquoise. HEX triplet: 16, E0 and DB. RGB value is (22,224,219). Sum of RGB (Red+Green+Blue) = 22+224+219=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #16E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E0DB is #E91F24. Grayscale: #A2A2A2. Windows color (decimal): -15277861 or 14409750. OLE color: 14409750.
HSL color Cylindrical-coordinate representation of color #16E0DB: hue angle of 178.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E0DB is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 219 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.12 |
| HSL | 178.51º | 0.82% | 0.48% | - |
| HSV(B) | 178.51º | 0.9% | 0.88% | - |
| XYZ | 39.77 | 58.6 | 76.23 | - |
| YUV | 163.03 | 159.58 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 219 | 0.90 | 0 | 0.02 | 0.12 | 178.51 | 0.82 | 0.48 |
| Hex | 16 | E0 | DB | 5A | 0 | 2 | C | B3 | 52 | 30 |
| Octal | 26 | 340 | 333 | 132 | 0 | 2 | 14 | 263 | 122 | 60 |
| Binary | 10110 | 11100000 | 11011011 | 1011010 | 0 | 10 | 1100 | 10110011 | 1010010 | 110000 |
Color Harmonies of #16E0DB
Complementary color
Monochromatic Colors of #16E0DB
Black with #16E0DB
Text Example
Text Example
White with #16E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E0DB; }
p { color: rgb(22,224,219); }
H1.HeaderClassName
{
color: #16E0DB;
}
.AnyTagClassName
{
color: #16E0DB;
}
</style>
background-color css
<style>
a { background-color: #16E0DB; }
a { background-color: rgb(22,224,219); }
div.DivClassName
{
background-color: #16E0DB;
}
.BgClassName
{
background-color: #16E0DB;
}
</style>
border-color css
<style>
span { border-color: #16E0DB; }
span { border-color: rgb(22,224,219); }
td.TdClassName
{
border-color: #16E0DB;
}
.TagClassName
{
border-color: #16E0DB;
}
</style>