Shades of Bright Turquoise #16F8DB
Tints of Bright Turquoise #16F8DB
RGB
CMYK
RGB Variations
Color information
#16F8DB (or 0x16F8DB) is known color: Bright Turquoise. HEX triplet: 16, F8 and DB. RGB value is (22,248,219). Sum of RGB (Red+Green+Blue) = 22+248+219=489 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.50% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #16F8DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F8DB is #E90724. Grayscale: #B1B1B1. Windows color (decimal): -15271717 or 14415894. OLE color: 14415894.
HSL color Cylindrical-coordinate representation of color #16F8DB: hue angle of 172.3º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F8DB is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 248 | 219 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.03 |
| HSL | 172.3º | 0.94% | 0.53% | - |
| HSV(B) | 172.3º | 0.91% | 0.97% | - |
| XYZ | 46.68 | 72.42 | 78.54 | - |
| YUV | 177.12 | 151.63 | 17.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 248 | 219 | 0.91 | 0 | 0.12 | 0.03 | 172.3 | 0.94 | 0.53 |
| Hex | 16 | F8 | DB | 5B | 0 | C | 3 | AC | 5E | 35 |
| Octal | 26 | 370 | 333 | 133 | 0 | 14 | 3 | 254 | 136 | 65 |
| Binary | 10110 | 11111000 | 11011011 | 1011011 | 0 | 1100 | 11 | 10101100 | 1011110 | 110101 |
Color Harmonies of #16F8DB
Complementary color
Monochromatic Colors of #16F8DB
Black with #16F8DB
Text Example
Text Example
White with #16F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F8DB; }
p { color: rgb(22,248,219); }
H1.HeaderClassName
{
color: #16F8DB;
}
.AnyTagClassName
{
color: #16F8DB;
}
</style>
background-color css
<style>
a { background-color: #16F8DB; }
a { background-color: rgb(22,248,219); }
div.DivClassName
{
background-color: #16F8DB;
}
.BgClassName
{
background-color: #16F8DB;
}
</style>
border-color css
<style>
span { border-color: #16F8DB; }
span { border-color: rgb(22,248,219); }
td.TdClassName
{
border-color: #16F8DB;
}
.TagClassName
{
border-color: #16F8DB;
}
</style>