Shades of Bright Turquoise #16DADB
Tints of Bright Turquoise #16DADB
RGB
CMYK
RGB Variations
Color information
#16DADB (or 0x16DADB) is known color: Bright Turquoise. HEX triplet: 16, DA and DB. RGB value is (22,218,219). Sum of RGB (Red+Green+Blue) = 22+218+219=459 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.79% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #16DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DADB is #E92524. Grayscale: #9F9F9F. Windows color (decimal): -15279397 or 14408214. OLE color: 14408214.
HSL color Cylindrical-coordinate representation of color #16DADB: hue angle of 180.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DADB is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 218 | 219 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.14 |
| HSL | 180.3º | 0.82% | 0.47% | - |
| HSV(B) | 180.3º | 0.9% | 0.86% | - |
| XYZ | 38.19 | 55.43 | 75.7 | - |
| YUV | 159.51 | 161.57 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 218 | 219 | 0.90 | 0.00 | 0 | 0.14 | 180.3 | 0.82 | 0.47 |
| Hex | 16 | DA | DB | 5A | 0 | 0 | E | B4 | 52 | 2F |
| Octal | 26 | 332 | 333 | 132 | 0 | 0 | 16 | 264 | 122 | 57 |
| Binary | 10110 | 11011010 | 11011011 | 1011010 | 0 | 0 | 1110 | 10110100 | 1010010 | 101111 |
Color Harmonies of #16DADB
Complementary color
Monochromatic Colors of #16DADB
Black with #16DADB
Text Example
Text Example
White with #16DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DADB; }
p { color: rgb(22,218,219); }
H1.HeaderClassName
{
color: #16DADB;
}
.AnyTagClassName
{
color: #16DADB;
}
</style>
background-color css
<style>
a { background-color: #16DADB; }
a { background-color: rgb(22,218,219); }
div.DivClassName
{
background-color: #16DADB;
}
.BgClassName
{
background-color: #16DADB;
}
</style>
border-color css
<style>
span { border-color: #16DADB; }
span { border-color: rgb(22,218,219); }
td.TdClassName
{
border-color: #16DADB;
}
.TagClassName
{
border-color: #16DADB;
}
</style>