Shades of Bright Turquoise #14E9D0
Tints of Bright Turquoise #14E9D0
RGB
CMYK
RGB Variations
Color information
#14E9D0 (or 0x14E9D0) is known color: Bright Turquoise. HEX triplet: 14, E9 and D0. RGB value is (20,233,208). Sum of RGB (Red+Green+Blue) = 20+233+208=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9D0 is #EB162F. Grayscale: #A6A6A6. Windows color (decimal): -15406640 or 13691156. OLE color: 13691156.
HSL color Cylindrical-coordinate representation of color #14E9D0: hue angle of 172.96º 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 #14E9D0 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 208 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.09 |
| HSL | 172.96º | 0.84% | 0.5% | - |
| HSV(B) | 172.96º | 0.91% | 0.91% | - |
| XYZ | 40.81 | 62.98 | 69.68 | - |
| YUV | 166.46 | 151.43 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 208 | 0.91 | 0 | 0.11 | 0.09 | 172.96 | 0.84 | 0.5 |
| Hex | 14 | E9 | D0 | 5B | 0 | B | 9 | AD | 54 | 32 |
| Octal | 24 | 351 | 320 | 133 | 0 | 13 | 11 | 255 | 124 | 62 |
| Binary | 10100 | 11101001 | 11010000 | 1011011 | 0 | 1011 | 1001 | 10101101 | 1010100 | 110010 |
Color Harmonies of #14E9D0
Complementary color
Monochromatic Colors of #14E9D0
Black with #14E9D0
Text Example
Text Example
White with #14E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9D0; }
p { color: rgb(20,233,208); }
H1.HeaderClassName
{
color: #14E9D0;
}
.AnyTagClassName
{
color: #14E9D0;
}
</style>
background-color css
<style>
a { background-color: #14E9D0; }
a { background-color: rgb(20,233,208); }
div.DivClassName
{
background-color: #14E9D0;
}
.BgClassName
{
background-color: #14E9D0;
}
</style>
border-color css
<style>
span { border-color: #14E9D0; }
span { border-color: rgb(20,233,208); }
td.TdClassName
{
border-color: #14E9D0;
}
.TagClassName
{
border-color: #14E9D0;
}
</style>