Shades of Bright Turquoise #14E4BC
Tints of Bright Turquoise #14E4BC
RGB
CMYK
RGB Variations
Color information
#14E4BC (or 0x14E4BC) is known color: Bright Turquoise. HEX triplet: 14, E4 and BC. RGB value is (20,228,188). Sum of RGB (Red+Green+Blue) = 20+228+188=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #14E4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E4BC is #EB1B43. Grayscale: #A1A1A1. Windows color (decimal): -15407940 or 12379156. OLE color: 12379156.
HSL color Cylindrical-coordinate representation of color #14E4BC: hue angle of 168.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E4BC is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 188 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.11 |
| HSL | 168.46º | 0.84% | 0.49% | - |
| HSV(B) | 168.46º | 0.91% | 0.89% | - |
| XYZ | 37.11 | 59.27 | 57.06 | - |
| YUV | 161.25 | 143.09 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 188 | 0.91 | 0 | 0.18 | 0.11 | 168.46 | 0.84 | 0.49 |
| Hex | 14 | E4 | BC | 5B | 0 | 12 | B | A8 | 54 | 31 |
| Octal | 24 | 344 | 274 | 133 | 0 | 22 | 13 | 250 | 124 | 61 |
| Binary | 10100 | 11100100 | 10111100 | 1011011 | 0 | 10010 | 1011 | 10101000 | 1010100 | 110001 |
Color Harmonies of #14E4BC
Complementary color
Monochromatic Colors of #14E4BC
Black with #14E4BC
Text Example
Text Example
White with #14E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E4BC; }
p { color: rgb(20,228,188); }
H1.HeaderClassName
{
color: #14E4BC;
}
.AnyTagClassName
{
color: #14E4BC;
}
</style>
background-color css
<style>
a { background-color: #14E4BC; }
a { background-color: rgb(20,228,188); }
div.DivClassName
{
background-color: #14E4BC;
}
.BgClassName
{
background-color: #14E4BC;
}
</style>
border-color css
<style>
span { border-color: #14E4BC; }
span { border-color: rgb(20,228,188); }
td.TdClassName
{
border-color: #14E4BC;
}
.TagClassName
{
border-color: #14E4BC;
}
</style>