Shades of Bright Turquoise #14E9CE
Tints of Bright Turquoise #14E9CE
RGB
CMYK
RGB Variations
Color information
#14E9CE (or 0x14E9CE) is known color: Bright Turquoise. HEX triplet: 14, E9 and CE. RGB value is (20,233,206). Sum of RGB (Red+Green+Blue) = 20+233+206=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9CE is #EB1631. Grayscale: #A6A6A6. Windows color (decimal): -15406642 or 13560084. OLE color: 13560084.
HSL color Cylindrical-coordinate representation of color #14E9CE: hue angle of 172.39º 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 #14E9CE is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 206 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.09 |
| HSL | 172.39º | 0.84% | 0.5% | - |
| HSV(B) | 172.39º | 0.91% | 0.91% | - |
| XYZ | 40.57 | 62.88 | 68.39 | - |
| YUV | 166.24 | 150.43 | 23.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 206 | 0.91 | 0 | 0.12 | 0.09 | 172.39 | 0.84 | 0.5 |
| Hex | 14 | E9 | CE | 5B | 0 | C | 9 | AC | 54 | 32 |
| Octal | 24 | 351 | 316 | 133 | 0 | 14 | 11 | 254 | 124 | 62 |
| Binary | 10100 | 11101001 | 11001110 | 1011011 | 0 | 1100 | 1001 | 10101100 | 1010100 | 110010 |
Color Harmonies of #14E9CE
Complementary color
Monochromatic Colors of #14E9CE
Black with #14E9CE
Text Example
Text Example
White with #14E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9CE; }
p { color: rgb(20,233,206); }
H1.HeaderClassName
{
color: #14E9CE;
}
.AnyTagClassName
{
color: #14E9CE;
}
</style>
background-color css
<style>
a { background-color: #14E9CE; }
a { background-color: rgb(20,233,206); }
div.DivClassName
{
background-color: #14E9CE;
}
.BgClassName
{
background-color: #14E9CE;
}
</style>
border-color css
<style>
span { border-color: #14E9CE; }
span { border-color: rgb(20,233,206); }
td.TdClassName
{
border-color: #14E9CE;
}
.TagClassName
{
border-color: #14E9CE;
}
</style>