Shades of Bright Turquoise #14EBC9
Tints of Bright Turquoise #14EBC9
RGB
CMYK
RGB Variations
Color information
#14EBC9 (or 0x14EBC9) is known color: Bright Turquoise. HEX triplet: 14, EB and C9. RGB value is (20,235,201). Sum of RGB (Red+Green+Blue) = 20+235+201=456 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.39% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EBC9 is #EB1436. Grayscale: #A6A6A6. Windows color (decimal): -15406135 or 13232916. OLE color: 13232916.
HSL color Cylindrical-coordinate representation of color #14EBC9: hue angle of 170.51º 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 #14EBC9 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 235 | 201 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.08 |
| HSL | 170.51º | 0.84% | 0.5% | - |
| HSV(B) | 170.51º | 0.91% | 0.92% | - |
| XYZ | 40.54 | 63.78 | 65.43 | - |
| YUV | 166.84 | 147.27 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 235 | 201 | 0.91 | 0 | 0.14 | 0.08 | 170.51 | 0.84 | 0.5 |
| Hex | 14 | EB | C9 | 5B | 0 | E | 8 | AB | 54 | 32 |
| Octal | 24 | 353 | 311 | 133 | 0 | 16 | 10 | 253 | 124 | 62 |
| Binary | 10100 | 11101011 | 11001001 | 1011011 | 0 | 1110 | 1000 | 10101011 | 1010100 | 110010 |
Color Harmonies of #14EBC9
Complementary color
Monochromatic Colors of #14EBC9
Black with #14EBC9
Text Example
Text Example
White with #14EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EBC9; }
p { color: rgb(20,235,201); }
H1.HeaderClassName
{
color: #14EBC9;
}
.AnyTagClassName
{
color: #14EBC9;
}
</style>
background-color css
<style>
a { background-color: #14EBC9; }
a { background-color: rgb(20,235,201); }
div.DivClassName
{
background-color: #14EBC9;
}
.BgClassName
{
background-color: #14EBC9;
}
</style>
border-color css
<style>
span { border-color: #14EBC9; }
span { border-color: rgb(20,235,201); }
td.TdClassName
{
border-color: #14EBC9;
}
.TagClassName
{
border-color: #14EBC9;
}
</style>