Shades of Bright Turquoise #16FFDB
Tints of Bright Turquoise #16FFDB
RGB
CMYK
RGB Variations
Color information
#16FFDB (or 0x16FFDB) is known color: Bright Turquoise. HEX triplet: 16, FF and DB. RGB value is (22,255,219). Sum of RGB (Red+Green+Blue) = 22+255+219=496 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FFDB is #E90024. Grayscale: #B5B5B5. Windows color (decimal): -15269925 or 14417686. OLE color: 14417686.
HSL color Cylindrical-coordinate representation of color #16FFDB: hue angle of 170.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFDB is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 219 | - |
| CMYK | 0.91 | 0 | 0.14 | 0 |
| HSL | 170.73º | 1% | 0.54% | - |
| HSV(B) | 170.73º | 0.91% | 1% | - |
| XYZ | 48.88 | 76.81 | 79.27 | - |
| YUV | 181.23 | 149.31 | 14.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 219 | 0.91 | 0 | 0.14 | 0 | 170.73 | 1 | 0.54 |
| Hex | 16 | FF | DB | 5B | 0 | E | 0 | AB | 64 | 36 |
| Octal | 26 | 377 | 333 | 133 | 0 | 16 | 0 | 253 | 144 | 66 |
| Binary | 10110 | 11111111 | 11011011 | 1011011 | 0 | 1110 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #16FFDB
Complementary color
Monochromatic Colors of #16FFDB
Black with #16FFDB
Text Example
Text Example
White with #16FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFDB; }
p { color: rgb(22,255,219); }
H1.HeaderClassName
{
color: #16FFDB;
}
.AnyTagClassName
{
color: #16FFDB;
}
</style>
background-color css
<style>
a { background-color: #16FFDB; }
a { background-color: rgb(22,255,219); }
div.DivClassName
{
background-color: #16FFDB;
}
.BgClassName
{
background-color: #16FFDB;
}
</style>
border-color css
<style>
span { border-color: #16FFDB; }
span { border-color: rgb(22,255,219); }
td.TdClassName
{
border-color: #16FFDB;
}
.TagClassName
{
border-color: #16FFDB;
}
</style>