Shades of Bright Turquoise #14E9BA
Tints of Bright Turquoise #14E9BA
RGB
CMYK
RGB Variations
Color information
#14E9BA (or 0x14E9BA) is known color: Bright Turquoise. HEX triplet: 14, E9 and BA. RGB value is (20,233,186). Sum of RGB (Red+Green+Blue) = 20+233+186=439 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.56% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9BA is #EB1645. Grayscale: #A3A3A3. Windows color (decimal): -15406662 or 12249364. OLE color: 12249364.
HSL color Cylindrical-coordinate representation of color #14E9BA: hue angle of 166.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E9BA is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 186 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.09 |
| HSL | 166.76º | 0.84% | 0.5% | - |
| HSV(B) | 166.76º | 0.91% | 0.91% | - |
| XYZ | 38.29 | 61.97 | 56.4 | - |
| YUV | 163.96 | 140.43 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 186 | 0.91 | 0 | 0.20 | 0.09 | 166.76 | 0.84 | 0.5 |
| Hex | 14 | E9 | BA | 5B | 0 | 14 | 9 | A7 | 54 | 32 |
| Octal | 24 | 351 | 272 | 133 | 0 | 24 | 11 | 247 | 124 | 62 |
| Binary | 10100 | 11101001 | 10111010 | 1011011 | 0 | 10100 | 1001 | 10100111 | 1010100 | 110010 |
Color Harmonies of #14E9BA
Complementary color
Monochromatic Colors of #14E9BA
Black with #14E9BA
Text Example
Text Example
White with #14E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9BA; }
p { color: rgb(20,233,186); }
H1.HeaderClassName
{
color: #14E9BA;
}
.AnyTagClassName
{
color: #14E9BA;
}
</style>
background-color css
<style>
a { background-color: #14E9BA; }
a { background-color: rgb(20,233,186); }
div.DivClassName
{
background-color: #14E9BA;
}
.BgClassName
{
background-color: #14E9BA;
}
</style>
border-color css
<style>
span { border-color: #14E9BA; }
span { border-color: rgb(20,233,186); }
td.TdClassName
{
border-color: #14E9BA;
}
.TagClassName
{
border-color: #14E9BA;
}
</style>