Shades of Bright Turquoise #16FFEB
Tints of Bright Turquoise #16FFEB
RGB
CMYK
RGB Variations
Color information
#16FFEB (or 0x16FFEB) is known color: Bright Turquoise. HEX triplet: 16, FF and EB. RGB value is (22,255,235). Sum of RGB (Red+Green+Blue) = 22+255+235=512 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.30% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16FFEB is #E90014. Grayscale: #B6B6B6. Windows color (decimal): -15269909 or 15466262. OLE color: 15466262.
HSL color Cylindrical-coordinate representation of color #16FFEB: hue angle of 174.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFEB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 235 | - |
| CMYK | 0.91 | 0 | 0.08 | 0 |
| HSL | 174.85º | 1% | 0.54% | - |
| HSV(B) | 174.85º | 0.91% | 1% | - |
| XYZ | 51.09 | 77.69 | 90.9 | - |
| YUV | 183.05 | 157.31 | 13.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 235 | 0.91 | 0 | 0.08 | 0 | 174.85 | 1 | 0.54 |
| Hex | 16 | FF | EB | 5B | 0 | 8 | 0 | AF | 64 | 36 |
| Octal | 26 | 377 | 353 | 133 | 0 | 10 | 0 | 257 | 144 | 66 |
| Binary | 10110 | 11111111 | 11101011 | 1011011 | 0 | 1000 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #16FFEB
Complementary color
Monochromatic Colors of #16FFEB
Black with #16FFEB
Text Example
Text Example
White with #16FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFEB; }
p { color: rgb(22,255,235); }
H1.HeaderClassName
{
color: #16FFEB;
}
.AnyTagClassName
{
color: #16FFEB;
}
</style>
background-color css
<style>
a { background-color: #16FFEB; }
a { background-color: rgb(22,255,235); }
div.DivClassName
{
background-color: #16FFEB;
}
.BgClassName
{
background-color: #16FFEB;
}
</style>
border-color css
<style>
span { border-color: #16FFEB; }
span { border-color: rgb(22,255,235); }
td.TdClassName
{
border-color: #16FFEB;
}
.TagClassName
{
border-color: #16FFEB;
}
</style>