Shades of Bright Turquoise #16D4EF
Tints of Bright Turquoise #16D4EF
RGB
CMYK
RGB Variations
Color information
#16D4EF (or 0x16D4EF) is known color: Bright Turquoise. HEX triplet: 16, D4 and EF. RGB value is (22,212,239). Sum of RGB (Red+Green+Blue) = 22+212+239=473 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.65% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #16D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D4EF is #E92B10. Grayscale: #9D9D9D. Windows color (decimal): -15280913 or 15717398. OLE color: 15717398.
HSL color Cylindrical-coordinate representation of color #16D4EF: hue angle of 187.47º 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 #16D4EF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 212 | 239 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.06 |
| HSL | 187.47º | 0.87% | 0.51% | - |
| HSV(B) | 187.47º | 0.91% | 0.94% | - |
| XYZ | 39.45 | 53.49 | 89.91 | - |
| YUV | 158.27 | 173.55 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 239 | 0.91 | 0.11 | 0 | 0.06 | 187.47 | 0.87 | 0.51 |
| Hex | 16 | D4 | EF | 5B | B | 0 | 6 | BB | 57 | 33 |
| Octal | 26 | 324 | 357 | 133 | 13 | 0 | 6 | 273 | 127 | 63 |
| Binary | 10110 | 11010100 | 11101111 | 1011011 | 1011 | 0 | 110 | 10111011 | 1010111 | 110011 |
Color Harmonies of #16D4EF
Complementary color
Monochromatic Colors of #16D4EF
Black with #16D4EF
Text Example
Text Example
White with #16D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D4EF; }
p { color: rgb(22,212,239); }
H1.HeaderClassName
{
color: #16D4EF;
}
.AnyTagClassName
{
color: #16D4EF;
}
</style>
background-color css
<style>
a { background-color: #16D4EF; }
a { background-color: rgb(22,212,239); }
div.DivClassName
{
background-color: #16D4EF;
}
.BgClassName
{
background-color: #16D4EF;
}
</style>
border-color css
<style>
span { border-color: #16D4EF; }
span { border-color: rgb(22,212,239); }
td.TdClassName
{
border-color: #16D4EF;
}
.TagClassName
{
border-color: #16D4EF;
}
</style>