Shades of Bright Turquoise #16D9F5
Tints of Bright Turquoise #16D9F5
RGB
CMYK
RGB Variations
Color information
#16D9F5 (or 0x16D9F5) is known color: Bright Turquoise. HEX triplet: 16, D9 and F5. RGB value is (22,217,245). Sum of RGB (Red+Green+Blue) = 22+217+245=484 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.55% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #16D9F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D9F5 is #E9260A. Grayscale: #A1A1A1. Windows color (decimal): -15279627 or 16111894. OLE color: 16111894.
HSL color Cylindrical-coordinate representation of color #16D9F5: hue angle of 187.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D9F5 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 217 | 245 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.04 |
| HSL | 187.53º | 0.92% | 0.52% | - |
| HSV(B) | 187.53º | 0.91% | 0.96% | - |
| XYZ | 41.63 | 56.39 | 95.08 | - |
| YUV | 161.89 | 174.9 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 245 | 0.91 | 0.11 | 0 | 0.04 | 187.53 | 0.92 | 0.52 |
| Hex | 16 | D9 | F5 | 5B | B | 0 | 4 | BC | 5C | 34 |
| Octal | 26 | 331 | 365 | 133 | 13 | 0 | 4 | 274 | 134 | 64 |
| Binary | 10110 | 11011001 | 11110101 | 1011011 | 1011 | 0 | 100 | 10111100 | 1011100 | 110100 |
Color Harmonies of #16D9F5
Complementary color
Monochromatic Colors of #16D9F5
Black with #16D9F5
Text Example
Text Example
White with #16D9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D9F5; }
p { color: rgb(22,217,245); }
H1.HeaderClassName
{
color: #16D9F5;
}
.AnyTagClassName
{
color: #16D9F5;
}
</style>
background-color css
<style>
a { background-color: #16D9F5; }
a { background-color: rgb(22,217,245); }
div.DivClassName
{
background-color: #16D9F5;
}
.BgClassName
{
background-color: #16D9F5;
}
</style>
border-color css
<style>
span { border-color: #16D9F5; }
span { border-color: rgb(22,217,245); }
td.TdClassName
{
border-color: #16D9F5;
}
.TagClassName
{
border-color: #16D9F5;
}
</style>