Shades of Bright Turquoise #14EABB
Tints of Bright Turquoise #14EABB
RGB
CMYK
RGB Variations
Color information
#14EABB (or 0x14EABB) is known color: Bright Turquoise. HEX triplet: 14, EA and BB. RGB value is (20,234,187). Sum of RGB (Red+Green+Blue) = 20+234+187=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #14EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EABB is #EB1544. Grayscale: #A4A4A4. Windows color (decimal): -15406405 or 12315156. OLE color: 12315156.
HSL color Cylindrical-coordinate representation of color #14EABB: hue angle of 166.82º 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 #14EABB is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 187 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.08 |
| HSL | 166.82º | 0.84% | 0.5% | - |
| HSV(B) | 166.82º | 0.91% | 0.92% | - |
| XYZ | 38.68 | 62.58 | 57.05 | - |
| YUV | 164.66 | 140.6 | 24.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 187 | 0.91 | 0 | 0.20 | 0.08 | 166.82 | 0.84 | 0.5 |
| Hex | 14 | EA | BB | 5B | 0 | 14 | 8 | A7 | 54 | 32 |
| Octal | 24 | 352 | 273 | 133 | 0 | 24 | 10 | 247 | 124 | 62 |
| Binary | 10100 | 11101010 | 10111011 | 1011011 | 0 | 10100 | 1000 | 10100111 | 1010100 | 110010 |
Color Harmonies of #14EABB
Complementary color
Monochromatic Colors of #14EABB
Black with #14EABB
Text Example
Text Example
White with #14EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EABB; }
p { color: rgb(20,234,187); }
H1.HeaderClassName
{
color: #14EABB;
}
.AnyTagClassName
{
color: #14EABB;
}
</style>
background-color css
<style>
a { background-color: #14EABB; }
a { background-color: rgb(20,234,187); }
div.DivClassName
{
background-color: #14EABB;
}
.BgClassName
{
background-color: #14EABB;
}
</style>
border-color css
<style>
span { border-color: #14EABB; }
span { border-color: rgb(20,234,187); }
td.TdClassName
{
border-color: #14EABB;
}
.TagClassName
{
border-color: #14EABB;
}
</style>