Shades of Bright Turquoise #14E7EC
Tints of Bright Turquoise #14E7EC
RGB
CMYK
RGB Variations
Color information
#14E7EC (or 0x14E7EC) is known color: Bright Turquoise. HEX triplet: 14, E7 and EC. RGB value is (20,231,236). Sum of RGB (Red+Green+Blue) = 20+231+236=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #14E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E7EC is #EB1813. Grayscale: #A8A8A8. Windows color (decimal): -15407124 or 15525652. OLE color: 15525652.
HSL color Cylindrical-coordinate representation of color #14E7EC: hue angle of 181.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E7EC is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 231 | 236 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.07 |
| HSL | 181.39º | 0.85% | 0.5% | - |
| HSV(B) | 181.39º | 0.92% | 0.93% | - |
| XYZ | 44 | 63.36 | 89.27 | - |
| YUV | 168.48 | 166.1 | 22.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 236 | 0.92 | 0.02 | 0 | 0.07 | 181.39 | 0.85 | 0.5 |
| Hex | 14 | E7 | EC | 5C | 2 | 0 | 7 | B5 | 55 | 32 |
| Octal | 24 | 347 | 354 | 134 | 2 | 0 | 7 | 265 | 125 | 62 |
| Binary | 10100 | 11100111 | 11101100 | 1011100 | 10 | 0 | 111 | 10110101 | 1010101 | 110010 |
Color Harmonies of #14E7EC
Complementary color
Monochromatic Colors of #14E7EC
Black with #14E7EC
Text Example
Text Example
White with #14E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E7EC; }
p { color: rgb(20,231,236); }
H1.HeaderClassName
{
color: #14E7EC;
}
.AnyTagClassName
{
color: #14E7EC;
}
</style>
background-color css
<style>
a { background-color: #14E7EC; }
a { background-color: rgb(20,231,236); }
div.DivClassName
{
background-color: #14E7EC;
}
.BgClassName
{
background-color: #14E7EC;
}
</style>
border-color css
<style>
span { border-color: #14E7EC; }
span { border-color: rgb(20,231,236); }
td.TdClassName
{
border-color: #14E7EC;
}
.TagClassName
{
border-color: #14E7EC;
}
</style>