Shades of Bright Turquoise #16E2E9
Tints of Bright Turquoise #16E2E9
RGB
CMYK
RGB Variations
Color information
#16E2E9 (or 0x16E2E9) is known color: Bright Turquoise. HEX triplet: 16, E2 and E9. RGB value is (22,226,233). Sum of RGB (Red+Green+Blue) = 22+226+233=481 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.57% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #16E2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16E2E9 is #E91D16. Grayscale: #A5A5A5. Windows color (decimal): -15277335 or 15327766. OLE color: 15327766.
HSL color Cylindrical-coordinate representation of color #16E2E9: hue angle of 181.99º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E2E9 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 226 | 233 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.09 |
| HSL | 181.99º | 0.83% | 0.5% | - |
| HSV(B) | 181.99º | 0.91% | 0.91% | - |
| XYZ | 42.24 | 60.45 | 86.53 | - |
| YUV | 165.8 | 165.91 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 226 | 233 | 0.91 | 0.03 | 0 | 0.09 | 181.99 | 0.83 | 0.5 |
| Hex | 16 | E2 | E9 | 5B | 3 | 0 | 9 | B6 | 53 | 32 |
| Octal | 26 | 342 | 351 | 133 | 3 | 0 | 11 | 266 | 123 | 62 |
| Binary | 10110 | 11100010 | 11101001 | 1011011 | 11 | 0 | 1001 | 10110110 | 1010011 | 110010 |
Color Harmonies of #16E2E9
Complementary color
Monochromatic Colors of #16E2E9
Black with #16E2E9
Text Example
Text Example
White with #16E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E2E9; }
p { color: rgb(22,226,233); }
H1.HeaderClassName
{
color: #16E2E9;
}
.AnyTagClassName
{
color: #16E2E9;
}
</style>
background-color css
<style>
a { background-color: #16E2E9; }
a { background-color: rgb(22,226,233); }
div.DivClassName
{
background-color: #16E2E9;
}
.BgClassName
{
background-color: #16E2E9;
}
</style>
border-color css
<style>
span { border-color: #16E2E9; }
span { border-color: rgb(22,226,233); }
td.TdClassName
{
border-color: #16E2E9;
}
.TagClassName
{
border-color: #16E2E9;
}
</style>