Shades of Bright Turquoise #14EAC0
Tints of Bright Turquoise #14EAC0
RGB
CMYK
RGB Variations
Color information
#14EAC0 (or 0x14EAC0) is known color: Bright Turquoise. HEX triplet: 14, EA and C0. RGB value is (20,234,192). Sum of RGB (Red+Green+Blue) = 20+234+192=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAC0 is #EB153F. Grayscale: #A5A5A5. Windows color (decimal): -15406400 or 12642836. OLE color: 12642836.
HSL color Cylindrical-coordinate representation of color #14EAC0: hue angle of 168.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EAC0 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 192 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.08 |
| HSL | 168.22º | 0.84% | 0.5% | - |
| HSV(B) | 168.22º | 0.91% | 0.92% | - |
| XYZ | 39.23 | 62.8 | 59.92 | - |
| YUV | 165.23 | 143.1 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 192 | 0.91 | 0 | 0.18 | 0.08 | 168.22 | 0.84 | 0.5 |
| Hex | 14 | EA | C0 | 5B | 0 | 12 | 8 | A8 | 54 | 32 |
| Octal | 24 | 352 | 300 | 133 | 0 | 22 | 10 | 250 | 124 | 62 |
| Binary | 10100 | 11101010 | 11000000 | 1011011 | 0 | 10010 | 1000 | 10101000 | 1010100 | 110010 |
Color Harmonies of #14EAC0
Complementary color
Monochromatic Colors of #14EAC0
Black with #14EAC0
Text Example
Text Example
White with #14EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAC0; }
p { color: rgb(20,234,192); }
H1.HeaderClassName
{
color: #14EAC0;
}
.AnyTagClassName
{
color: #14EAC0;
}
</style>
background-color css
<style>
a { background-color: #14EAC0; }
a { background-color: rgb(20,234,192); }
div.DivClassName
{
background-color: #14EAC0;
}
.BgClassName
{
background-color: #14EAC0;
}
</style>
border-color css
<style>
span { border-color: #14EAC0; }
span { border-color: rgb(20,234,192); }
td.TdClassName
{
border-color: #14EAC0;
}
.TagClassName
{
border-color: #14EAC0;
}
</style>