Shades of Bright Turquoise #16F8EF
Tints of Bright Turquoise #16F8EF
RGB
CMYK
RGB Variations
Color information
#16F8EF (or 0x16F8EF) is known color: Bright Turquoise. HEX triplet: 16, F8 and EF. RGB value is (22,248,239). Sum of RGB (Red+Green+Blue) = 22+248+239=509 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.32% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #16F8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16F8EF is #E90710. Grayscale: #B3B3B3. Windows color (decimal): -15271697 or 15726614. OLE color: 15726614.
HSL color Cylindrical-coordinate representation of color #16F8EF: hue angle of 177.61º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F8EF is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 248 | 239 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.03 |
| HSL | 177.61º | 0.94% | 0.53% | - |
| HSV(B) | 177.61º | 0.91% | 0.97% | - |
| XYZ | 49.48 | 73.54 | 93.25 | - |
| YUV | 179.4 | 161.63 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 248 | 239 | 0.91 | 0 | 0.04 | 0.03 | 177.61 | 0.94 | 0.53 |
| Hex | 16 | F8 | EF | 5B | 0 | 4 | 3 | B2 | 5E | 35 |
| Octal | 26 | 370 | 357 | 133 | 0 | 4 | 3 | 262 | 136 | 65 |
| Binary | 10110 | 11111000 | 11101111 | 1011011 | 0 | 100 | 11 | 10110010 | 1011110 | 110101 |
Color Harmonies of #16F8EF
Complementary color
Monochromatic Colors of #16F8EF
Black with #16F8EF
Text Example
Text Example
White with #16F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F8EF; }
p { color: rgb(22,248,239); }
H1.HeaderClassName
{
color: #16F8EF;
}
.AnyTagClassName
{
color: #16F8EF;
}
</style>
background-color css
<style>
a { background-color: #16F8EF; }
a { background-color: rgb(22,248,239); }
div.DivClassName
{
background-color: #16F8EF;
}
.BgClassName
{
background-color: #16F8EF;
}
</style>
border-color css
<style>
span { border-color: #16F8EF; }
span { border-color: rgb(22,248,239); }
td.TdClassName
{
border-color: #16F8EF;
}
.TagClassName
{
border-color: #16F8EF;
}
</style>