Shades of Bright Turquoise #16EFBC
Tints of Bright Turquoise #16EFBC
RGB
CMYK
RGB Variations
Color information
#16EFBC (or 0x16EFBC) is known color: Bright Turquoise. HEX triplet: 16, EF and BC. RGB value is (22,239,188). Sum of RGB (Red+Green+Blue) = 22+239+188=449 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.90% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EFBC is #E91043. Grayscale: #A8A8A8. Windows color (decimal): -15274052 or 12381974. OLE color: 12381974.
HSL color Cylindrical-coordinate representation of color #16EFBC: hue angle of 165.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EFBC is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 239 | 188 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.06 |
| HSL | 165.9º | 0.87% | 0.51% | - |
| HSV(B) | 165.9º | 0.91% | 0.94% | - |
| XYZ | 40.27 | 65.53 | 58.1 | - |
| YUV | 168.3 | 139.11 | 23.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 239 | 188 | 0.91 | 0 | 0.21 | 0.06 | 165.9 | 0.87 | 0.51 |
| Hex | 16 | EF | BC | 5B | 0 | 15 | 6 | A6 | 57 | 33 |
| Octal | 26 | 357 | 274 | 133 | 0 | 25 | 6 | 246 | 127 | 63 |
| Binary | 10110 | 11101111 | 10111100 | 1011011 | 0 | 10101 | 110 | 10100110 | 1010111 | 110011 |
Color Harmonies of #16EFBC
Complementary color
Monochromatic Colors of #16EFBC
Black with #16EFBC
Text Example
Text Example
White with #16EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EFBC; }
p { color: rgb(22,239,188); }
H1.HeaderClassName
{
color: #16EFBC;
}
.AnyTagClassName
{
color: #16EFBC;
}
</style>
background-color css
<style>
a { background-color: #16EFBC; }
a { background-color: rgb(22,239,188); }
div.DivClassName
{
background-color: #16EFBC;
}
.BgClassName
{
background-color: #16EFBC;
}
</style>
border-color css
<style>
span { border-color: #16EFBC; }
span { border-color: rgb(22,239,188); }
td.TdClassName
{
border-color: #16EFBC;
}
.TagClassName
{
border-color: #16EFBC;
}
</style>