Shades of Bright Turquoise #16EABE
Tints of Bright Turquoise #16EABE
RGB
CMYK
RGB Variations
Color information
#16EABE (or 0x16EABE) is known color: Bright Turquoise. HEX triplet: 16, EA and BE. RGB value is (22,234,190). Sum of RGB (Red+Green+Blue) = 22+234+190=446 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.93% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #16EABE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EABE is #E91541. Grayscale: #A5A5A5. Windows color (decimal): -15275330 or 12511766. OLE color: 12511766.
HSL color Cylindrical-coordinate representation of color #16EABE: hue angle of 167.55º 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 #16EABE is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 234 | 190 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.08 |
| HSL | 167.55º | 0.83% | 0.5% | - |
| HSV(B) | 167.55º | 0.91% | 0.92% | - |
| XYZ | 39.05 | 62.73 | 58.77 | - |
| YUV | 165.6 | 141.76 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 190 | 0.91 | 0 | 0.19 | 0.08 | 167.55 | 0.83 | 0.5 |
| Hex | 16 | EA | BE | 5B | 0 | 13 | 8 | A8 | 53 | 32 |
| Octal | 26 | 352 | 276 | 133 | 0 | 23 | 10 | 250 | 123 | 62 |
| Binary | 10110 | 11101010 | 10111110 | 1011011 | 0 | 10011 | 1000 | 10101000 | 1010011 | 110010 |
Color Harmonies of #16EABE
Complementary color
Monochromatic Colors of #16EABE
Black with #16EABE
Text Example
Text Example
White with #16EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EABE; }
p { color: rgb(22,234,190); }
H1.HeaderClassName
{
color: #16EABE;
}
.AnyTagClassName
{
color: #16EABE;
}
</style>
background-color css
<style>
a { background-color: #16EABE; }
a { background-color: rgb(22,234,190); }
div.DivClassName
{
background-color: #16EABE;
}
.BgClassName
{
background-color: #16EABE;
}
</style>
border-color css
<style>
span { border-color: #16EABE; }
span { border-color: rgb(22,234,190); }
td.TdClassName
{
border-color: #16EABE;
}
.TagClassName
{
border-color: #16EABE;
}
</style>