Shades of Bright Turquoise #14E1CE
Tints of Bright Turquoise #14E1CE
RGB
CMYK
RGB Variations
Color information
#14E1CE (or 0x14E1CE) is known color: Bright Turquoise. HEX triplet: 14, E1 and CE. RGB value is (20,225,206). Sum of RGB (Red+Green+Blue) = 20+225+206=451 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.43% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1CE is #EB1E31. Grayscale: #A1A1A1. Windows color (decimal): -15408690 or 13558036. OLE color: 13558036.
HSL color Cylindrical-coordinate representation of color #14E1CE: hue angle of 174.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E1CE is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 206 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.12 |
| HSL | 174.44º | 0.84% | 0.48% | - |
| HSV(B) | 174.44º | 0.91% | 0.88% | - |
| XYZ | 38.35 | 58.46 | 67.65 | - |
| YUV | 161.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 206 | 0.91 | 0 | 0.08 | 0.12 | 174.44 | 0.84 | 0.48 |
| Hex | 14 | E1 | CE | 5B | 0 | 8 | C | AE | 54 | 30 |
| Octal | 24 | 341 | 316 | 133 | 0 | 10 | 14 | 256 | 124 | 60 |
| Binary | 10100 | 11100001 | 11001110 | 1011011 | 0 | 1000 | 1100 | 10101110 | 1010100 | 110000 |
Color Harmonies of #14E1CE
Complementary color
Monochromatic Colors of #14E1CE
Black with #14E1CE
Text Example
Text Example
White with #14E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E1CE; }
p { color: rgb(20,225,206); }
H1.HeaderClassName
{
color: #14E1CE;
}
.AnyTagClassName
{
color: #14E1CE;
}
</style>
background-color css
<style>
a { background-color: #14E1CE; }
a { background-color: rgb(20,225,206); }
div.DivClassName
{
background-color: #14E1CE;
}
.BgClassName
{
background-color: #14E1CE;
}
</style>
border-color css
<style>
span { border-color: #14E1CE; }
span { border-color: rgb(20,225,206); }
td.TdClassName
{
border-color: #14E1CE;
}
.TagClassName
{
border-color: #14E1CE;
}
</style>