Shades of Bright Turquoise #16D1EA
Tints of Bright Turquoise #16D1EA
RGB
CMYK
RGB Variations
Color information
#16D1EA (or 0x16D1EA) is known color: Bright Turquoise. HEX triplet: 16, D1 and EA. RGB value is (22,209,234). Sum of RGB (Red+Green+Blue) = 22+209+234=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #16D1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D1EA is #E92E15. Grayscale: #9B9B9B. Windows color (decimal): -15281686 or 15388950. OLE color: 15388950.
HSL color Cylindrical-coordinate representation of color #16D1EA: hue angle of 187.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D1EA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 209 | 234 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.08 |
| HSL | 187.08º | 0.83% | 0.5% | - |
| HSV(B) | 187.08º | 0.91% | 0.92% | - |
| XYZ | 37.98 | 51.71 | 85.82 | - |
| YUV | 155.94 | 172.05 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 234 | 0.91 | 0.11 | 0 | 0.08 | 187.08 | 0.83 | 0.5 |
| Hex | 16 | D1 | EA | 5B | B | 0 | 8 | BB | 53 | 32 |
| Octal | 26 | 321 | 352 | 133 | 13 | 0 | 10 | 273 | 123 | 62 |
| Binary | 10110 | 11010001 | 11101010 | 1011011 | 1011 | 0 | 1000 | 10111011 | 1010011 | 110010 |
Color Harmonies of #16D1EA
Complementary color
Monochromatic Colors of #16D1EA
Black with #16D1EA
Text Example
Text Example
White with #16D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D1EA; }
p { color: rgb(22,209,234); }
H1.HeaderClassName
{
color: #16D1EA;
}
.AnyTagClassName
{
color: #16D1EA;
}
</style>
background-color css
<style>
a { background-color: #16D1EA; }
a { background-color: rgb(22,209,234); }
div.DivClassName
{
background-color: #16D1EA;
}
.BgClassName
{
background-color: #16D1EA;
}
</style>
border-color css
<style>
span { border-color: #16D1EA; }
span { border-color: rgb(22,209,234); }
td.TdClassName
{
border-color: #16D1EA;
}
.TagClassName
{
border-color: #16D1EA;
}
</style>