Shades of Bright Turquoise #14EABC
Tints of Bright Turquoise #14EABC
RGB
CMYK
RGB Variations
Color information
#14EABC (or 0x14EABC) is known color: Bright Turquoise. HEX triplet: 14, EA and BC. RGB value is (20,234,188). Sum of RGB (Red+Green+Blue) = 20+234+188=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #14EABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EABC is #EB1543. Grayscale: #A4A4A4. Windows color (decimal): -15406404 or 12380692. OLE color: 12380692.
HSL color Cylindrical-coordinate representation of color #14EABC: hue angle of 167.1º 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 #14EABC is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 188 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.08 |
| HSL | 167.1º | 0.84% | 0.5% | - |
| HSV(B) | 167.1º | 0.91% | 0.92% | - |
| XYZ | 38.79 | 62.63 | 57.62 | - |
| YUV | 164.77 | 141.1 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 188 | 0.91 | 0 | 0.20 | 0.08 | 167.1 | 0.84 | 0.5 |
| Hex | 14 | EA | BC | 5B | 0 | 14 | 8 | A7 | 54 | 32 |
| Octal | 24 | 352 | 274 | 133 | 0 | 24 | 10 | 247 | 124 | 62 |
| Binary | 10100 | 11101010 | 10111100 | 1011011 | 0 | 10100 | 1000 | 10100111 | 1010100 | 110010 |
Color Harmonies of #14EABC
Complementary color
Monochromatic Colors of #14EABC
Black with #14EABC
Text Example
Text Example
White with #14EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EABC; }
p { color: rgb(20,234,188); }
H1.HeaderClassName
{
color: #14EABC;
}
.AnyTagClassName
{
color: #14EABC;
}
</style>
background-color css
<style>
a { background-color: #14EABC; }
a { background-color: rgb(20,234,188); }
div.DivClassName
{
background-color: #14EABC;
}
.BgClassName
{
background-color: #14EABC;
}
</style>
border-color css
<style>
span { border-color: #14EABC; }
span { border-color: rgb(20,234,188); }
td.TdClassName
{
border-color: #14EABC;
}
.TagClassName
{
border-color: #14EABC;
}
</style>