Shades of Bright Turquoise #16EADC
Tints of Bright Turquoise #16EADC
RGB
CMYK
RGB Variations
Color information
#16EADC (or 0x16EADC) is known color: Bright Turquoise. HEX triplet: 16, EA and DC. RGB value is (22,234,220). Sum of RGB (Red+Green+Blue) = 22+234+220=476 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.62% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #16EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EADC is #E91523. Grayscale: #A8A8A8. Windows color (decimal): -15275300 or 14477846. OLE color: 14477846.
HSL color Cylindrical-coordinate representation of color #16EADC: hue angle of 176.04º 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 #16EADC is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 234 | 220 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.08 |
| HSL | 176.04º | 0.83% | 0.5% | - |
| HSV(B) | 176.04º | 0.91% | 0.92% | - |
| XYZ | 42.67 | 64.18 | 77.85 | - |
| YUV | 169.02 | 156.76 | 23.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 220 | 0.91 | 0 | 0.06 | 0.08 | 176.04 | 0.83 | 0.5 |
| Hex | 16 | EA | DC | 5B | 0 | 6 | 8 | B0 | 53 | 32 |
| Octal | 26 | 352 | 334 | 133 | 0 | 6 | 10 | 260 | 123 | 62 |
| Binary | 10110 | 11101010 | 11011100 | 1011011 | 0 | 110 | 1000 | 10110000 | 1010011 | 110010 |
Color Harmonies of #16EADC
Complementary color
Monochromatic Colors of #16EADC
Black with #16EADC
Text Example
Text Example
White with #16EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EADC; }
p { color: rgb(22,234,220); }
H1.HeaderClassName
{
color: #16EADC;
}
.AnyTagClassName
{
color: #16EADC;
}
</style>
background-color css
<style>
a { background-color: #16EADC; }
a { background-color: rgb(22,234,220); }
div.DivClassName
{
background-color: #16EADC;
}
.BgClassName
{
background-color: #16EADC;
}
</style>
border-color css
<style>
span { border-color: #16EADC; }
span { border-color: rgb(22,234,220); }
td.TdClassName
{
border-color: #16EADC;
}
.TagClassName
{
border-color: #16EADC;
}
</style>