Shades of Bright Turquoise #16EFDA
Tints of Bright Turquoise #16EFDA
RGB
CMYK
RGB Variations
Color information
#16EFDA (or 0x16EFDA) is known color: Bright Turquoise. HEX triplet: 16, EF and DA. RGB value is (22,239,218). Sum of RGB (Red+Green+Blue) = 22+239+218=479 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.59% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EFDA is #E91025. Grayscale: #ABABAB. Windows color (decimal): -15274022 or 14348054. OLE color: 14348054.
HSL color Cylindrical-coordinate representation of color #16EFDA: hue angle of 174.19º 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 #16EFDA is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 239 | 218 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.06 |
| HSL | 174.19º | 0.87% | 0.51% | - |
| HSV(B) | 174.19º | 0.91% | 0.94% | - |
| XYZ | 43.85 | 66.97 | 76.94 | - |
| YUV | 171.72 | 154.11 | 21.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 239 | 218 | 0.91 | 0 | 0.09 | 0.06 | 174.19 | 0.87 | 0.51 |
| Hex | 16 | EF | DA | 5B | 0 | 9 | 6 | AE | 57 | 33 |
| Octal | 26 | 357 | 332 | 133 | 0 | 11 | 6 | 256 | 127 | 63 |
| Binary | 10110 | 11101111 | 11011010 | 1011011 | 0 | 1001 | 110 | 10101110 | 1010111 | 110011 |
Color Harmonies of #16EFDA
Complementary color
Monochromatic Colors of #16EFDA
Black with #16EFDA
Text Example
Text Example
White with #16EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EFDA; }
p { color: rgb(22,239,218); }
H1.HeaderClassName
{
color: #16EFDA;
}
.AnyTagClassName
{
color: #16EFDA;
}
</style>
background-color css
<style>
a { background-color: #16EFDA; }
a { background-color: rgb(22,239,218); }
div.DivClassName
{
background-color: #16EFDA;
}
.BgClassName
{
background-color: #16EFDA;
}
</style>
border-color css
<style>
span { border-color: #16EFDA; }
span { border-color: rgb(22,239,218); }
td.TdClassName
{
border-color: #16EFDA;
}
.TagClassName
{
border-color: #16EFDA;
}
</style>