Shades of Bright Turquoise #14E0C7
Tints of Bright Turquoise #14E0C7
RGB
CMYK
RGB Variations
Color information
#14E0C7 (or 0x14E0C7) is known color: Bright Turquoise. HEX triplet: 14, E0 and C7. RGB value is (20,224,199). Sum of RGB (Red+Green+Blue) = 20+224+199=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0C7 is #EB1F38. Grayscale: #A0A0A0. Windows color (decimal): -15408953 or 13099028. OLE color: 13099028.
HSL color Cylindrical-coordinate representation of color #14E0C7: hue angle of 172.65º 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 #14E0C7 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 199 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.12 |
| HSL | 172.65º | 0.84% | 0.48% | - |
| HSV(B) | 172.65º | 0.91% | 0.88% | - |
| XYZ | 37.25 | 57.58 | 63.18 | - |
| YUV | 160.15 | 149.91 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 199 | 0.91 | 0 | 0.11 | 0.12 | 172.65 | 0.84 | 0.48 |
| Hex | 14 | E0 | C7 | 5B | 0 | B | C | AD | 54 | 30 |
| Octal | 24 | 340 | 307 | 133 | 0 | 13 | 14 | 255 | 124 | 60 |
| Binary | 10100 | 11100000 | 11000111 | 1011011 | 0 | 1011 | 1100 | 10101101 | 1010100 | 110000 |
Color Harmonies of #14E0C7
Complementary color
Monochromatic Colors of #14E0C7
Black with #14E0C7
Text Example
Text Example
White with #14E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0C7; }
p { color: rgb(20,224,199); }
H1.HeaderClassName
{
color: #14E0C7;
}
.AnyTagClassName
{
color: #14E0C7;
}
</style>
background-color css
<style>
a { background-color: #14E0C7; }
a { background-color: rgb(20,224,199); }
div.DivClassName
{
background-color: #14E0C7;
}
.BgClassName
{
background-color: #14E0C7;
}
</style>
border-color css
<style>
span { border-color: #14E0C7; }
span { border-color: rgb(20,224,199); }
td.TdClassName
{
border-color: #14E0C7;
}
.TagClassName
{
border-color: #14E0C7;
}
</style>