Shades of Bright Turquoise #16EDE9
Tints of Bright Turquoise #16EDE9
RGB
CMYK
RGB Variations
Color information
#16EDE9 (or 0x16EDE9) is known color: Bright Turquoise. HEX triplet: 16, ED and E9. RGB value is (22,237,233). Sum of RGB (Red+Green+Blue) = 22+237+233=492 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.47% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #16EDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EDE9 is #E91216. Grayscale: #ACACAC. Windows color (decimal): -15274519 or 15330582. OLE color: 15330582.
HSL color Cylindrical-coordinate representation of color #16EDE9: hue angle of 178.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EDE9 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 237 | 233 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.07 |
| HSL | 178.88º | 0.86% | 0.51% | - |
| HSV(B) | 178.88º | 0.91% | 0.93% | - |
| XYZ | 45.32 | 66.62 | 87.56 | - |
| YUV | 172.26 | 162.27 | 20.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 237 | 233 | 0.91 | 0 | 0.02 | 0.07 | 178.88 | 0.86 | 0.51 |
| Hex | 16 | ED | E9 | 5B | 0 | 2 | 7 | B3 | 56 | 33 |
| Octal | 26 | 355 | 351 | 133 | 0 | 2 | 7 | 263 | 126 | 63 |
| Binary | 10110 | 11101101 | 11101001 | 1011011 | 0 | 10 | 111 | 10110011 | 1010110 | 110011 |
Color Harmonies of #16EDE9
Complementary color
Monochromatic Colors of #16EDE9
Black with #16EDE9
Text Example
Text Example
White with #16EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EDE9; }
p { color: rgb(22,237,233); }
H1.HeaderClassName
{
color: #16EDE9;
}
.AnyTagClassName
{
color: #16EDE9;
}
</style>
background-color css
<style>
a { background-color: #16EDE9; }
a { background-color: rgb(22,237,233); }
div.DivClassName
{
background-color: #16EDE9;
}
.BgClassName
{
background-color: #16EDE9;
}
</style>
border-color css
<style>
span { border-color: #16EDE9; }
span { border-color: rgb(22,237,233); }
td.TdClassName
{
border-color: #16EDE9;
}
.TagClassName
{
border-color: #16EDE9;
}
</style>