Shades of Bright Turquoise #16EABB
Tints of Bright Turquoise #16EABB
RGB
CMYK
RGB Variations
Color information
#16EABB (or 0x16EABB) is known color: Bright Turquoise. HEX triplet: 16, EA and BB. RGB value is (22,234,187). Sum of RGB (Red+Green+Blue) = 22+234+187=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #16EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EABB is #E91544. Grayscale: #A5A5A5. Windows color (decimal): -15275333 or 12315158. OLE color: 12315158.
HSL color Cylindrical-coordinate representation of color #16EABB: hue angle of 166.7º 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 #16EABB is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 234 | 187 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.08 |
| HSL | 166.7º | 0.83% | 0.5% | - |
| HSV(B) | 166.7º | 0.91% | 0.92% | - |
| XYZ | 38.72 | 62.6 | 57.06 | - |
| YUV | 165.25 | 140.26 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 187 | 0.91 | 0 | 0.20 | 0.08 | 166.7 | 0.83 | 0.5 |
| Hex | 16 | EA | BB | 5B | 0 | 14 | 8 | A7 | 53 | 32 |
| Octal | 26 | 352 | 273 | 133 | 0 | 24 | 10 | 247 | 123 | 62 |
| Binary | 10110 | 11101010 | 10111011 | 1011011 | 0 | 10100 | 1000 | 10100111 | 1010011 | 110010 |
Color Harmonies of #16EABB
Complementary color
Monochromatic Colors of #16EABB
Black with #16EABB
Text Example
Text Example
White with #16EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EABB; }
p { color: rgb(22,234,187); }
H1.HeaderClassName
{
color: #16EABB;
}
.AnyTagClassName
{
color: #16EABB;
}
</style>
background-color css
<style>
a { background-color: #16EABB; }
a { background-color: rgb(22,234,187); }
div.DivClassName
{
background-color: #16EABB;
}
.BgClassName
{
background-color: #16EABB;
}
</style>
border-color css
<style>
span { border-color: #16EABB; }
span { border-color: rgb(22,234,187); }
td.TdClassName
{
border-color: #16EABB;
}
.TagClassName
{
border-color: #16EABB;
}
</style>