Shades of Bright Turquoise #16ECBB
Tints of Bright Turquoise #16ECBB
RGB
CMYK
RGB Variations
Color information
#16ECBB (or 0x16ECBB) is known color: Bright Turquoise. HEX triplet: 16, EC and BB. RGB value is (22,236,187). Sum of RGB (Red+Green+Blue) = 22+236+187=445 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.94% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #16ECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16ECBB is #E91344. Grayscale: #A6A6A6. Windows color (decimal): -15274821 or 12315670. OLE color: 12315670.
HSL color Cylindrical-coordinate representation of color #16ECBB: hue angle of 166.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ECBB is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 187 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.07 |
| HSL | 166.26º | 0.85% | 0.51% | - |
| HSV(B) | 166.26º | 0.91% | 0.93% | - |
| XYZ | 39.3 | 63.75 | 57.25 | - |
| YUV | 166.43 | 139.6 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 187 | 0.91 | 0 | 0.21 | 0.07 | 166.26 | 0.85 | 0.51 |
| Hex | 16 | EC | BB | 5B | 0 | 15 | 7 | A6 | 55 | 33 |
| Octal | 26 | 354 | 273 | 133 | 0 | 25 | 7 | 246 | 125 | 63 |
| Binary | 10110 | 11101100 | 10111011 | 1011011 | 0 | 10101 | 111 | 10100110 | 1010101 | 110011 |
Color Harmonies of #16ECBB
Complementary color
Monochromatic Colors of #16ECBB
Black with #16ECBB
Text Example
Text Example
White with #16ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ECBB; }
p { color: rgb(22,236,187); }
H1.HeaderClassName
{
color: #16ECBB;
}
.AnyTagClassName
{
color: #16ECBB;
}
</style>
background-color css
<style>
a { background-color: #16ECBB; }
a { background-color: rgb(22,236,187); }
div.DivClassName
{
background-color: #16ECBB;
}
.BgClassName
{
background-color: #16ECBB;
}
</style>
border-color css
<style>
span { border-color: #16ECBB; }
span { border-color: rgb(22,236,187); }
td.TdClassName
{
border-color: #16ECBB;
}
.TagClassName
{
border-color: #16ECBB;
}
</style>