Shades of Bright Turquoise #16EBC9
Tints of Bright Turquoise #16EBC9
RGB
CMYK
RGB Variations
Color information
#16EBC9 (or 0x16EBC9) is known color: Bright Turquoise. HEX triplet: 16, EB and C9. RGB value is (22,235,201). Sum of RGB (Red+Green+Blue) = 22+235+201=458 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.80% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #16EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EBC9 is #E91436. Grayscale: #A7A7A7. Windows color (decimal): -15275063 or 13232918. OLE color: 13232918.
HSL color Cylindrical-coordinate representation of color #16EBC9: hue angle of 170.42º degrees, saturation: 0.84, 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 #16EBC9 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 235 | 201 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.08 |
| HSL | 170.42º | 0.84% | 0.5% | - |
| HSV(B) | 170.42º | 0.91% | 0.92% | - |
| XYZ | 40.58 | 63.8 | 65.43 | - |
| YUV | 167.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 235 | 201 | 0.91 | 0 | 0.14 | 0.08 | 170.42 | 0.84 | 0.5 |
| Hex | 16 | EB | C9 | 5B | 0 | E | 8 | AA | 54 | 32 |
| Octal | 26 | 353 | 311 | 133 | 0 | 16 | 10 | 252 | 124 | 62 |
| Binary | 10110 | 11101011 | 11001001 | 1011011 | 0 | 1110 | 1000 | 10101010 | 1010100 | 110010 |
Color Harmonies of #16EBC9
Complementary color
Monochromatic Colors of #16EBC9
Black with #16EBC9
Text Example
Text Example
White with #16EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EBC9; }
p { color: rgb(22,235,201); }
H1.HeaderClassName
{
color: #16EBC9;
}
.AnyTagClassName
{
color: #16EBC9;
}
</style>
background-color css
<style>
a { background-color: #16EBC9; }
a { background-color: rgb(22,235,201); }
div.DivClassName
{
background-color: #16EBC9;
}
.BgClassName
{
background-color: #16EBC9;
}
</style>
border-color css
<style>
span { border-color: #16EBC9; }
span { border-color: rgb(22,235,201); }
td.TdClassName
{
border-color: #16EBC9;
}
.TagClassName
{
border-color: #16EBC9;
}
</style>