Shades of Bright Turquoise #16EAE6
Tints of Bright Turquoise #16EAE6
RGB
CMYK
RGB Variations
Color information
#16EAE6 (or 0x16EAE6) is known color: Bright Turquoise. HEX triplet: 16, EA and E6. RGB value is (22,234,230). Sum of RGB (Red+Green+Blue) = 22+234+230=486 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.53% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #16EAE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EAE6 is #E91519. Grayscale: #A9A9A9. Windows color (decimal): -15275290 or 15133206. OLE color: 15133206.
HSL color Cylindrical-coordinate representation of color #16EAE6: hue angle of 178.87º 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 #16EAE6 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 234 | 230 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.08 |
| HSL | 178.87º | 0.83% | 0.5% | - |
| HSV(B) | 178.87º | 0.91% | 0.92% | - |
| XYZ | 44.04 | 64.73 | 85.04 | - |
| YUV | 170.16 | 161.76 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 230 | 0.91 | 0 | 0.02 | 0.08 | 178.87 | 0.83 | 0.5 |
| Hex | 16 | EA | E6 | 5B | 0 | 2 | 8 | B3 | 53 | 32 |
| Octal | 26 | 352 | 346 | 133 | 0 | 2 | 10 | 263 | 123 | 62 |
| Binary | 10110 | 11101010 | 11100110 | 1011011 | 0 | 10 | 1000 | 10110011 | 1010011 | 110010 |
Color Harmonies of #16EAE6
Complementary color
Monochromatic Colors of #16EAE6
Black with #16EAE6
Text Example
Text Example
White with #16EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EAE6; }
p { color: rgb(22,234,230); }
H1.HeaderClassName
{
color: #16EAE6;
}
.AnyTagClassName
{
color: #16EAE6;
}
</style>
background-color css
<style>
a { background-color: #16EAE6; }
a { background-color: rgb(22,234,230); }
div.DivClassName
{
background-color: #16EAE6;
}
.BgClassName
{
background-color: #16EAE6;
}
</style>
border-color css
<style>
span { border-color: #16EAE6; }
span { border-color: rgb(22,234,230); }
td.TdClassName
{
border-color: #16EAE6;
}
.TagClassName
{
border-color: #16EAE6;
}
</style>