Shades of Bright Turquoise #14E2EC
Tints of Bright Turquoise #14E2EC
RGB
CMYK
RGB Variations
Color information
#14E2EC (or 0x14E2EC) is known color: Bright Turquoise. HEX triplet: 14, E2 and EC. RGB value is (20,226,236). Sum of RGB (Red+Green+Blue) = 20+226+236=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #14E2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E2EC is #EB1D13. Grayscale: #A5A5A5. Windows color (decimal): -15408404 or 15524372. OLE color: 15524372.
HSL color Cylindrical-coordinate representation of color #14E2EC: hue angle of 182.78º 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 #14E2EC is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 226 | 236 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.07 |
| HSL | 182.78º | 0.85% | 0.5% | - |
| HSV(B) | 182.78º | 0.92% | 0.93% | - |
| XYZ | 42.63 | 60.6 | 88.81 | - |
| YUV | 165.55 | 167.75 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 236 | 0.92 | 0.04 | 0 | 0.07 | 182.78 | 0.85 | 0.5 |
| Hex | 14 | E2 | EC | 5C | 4 | 0 | 7 | B7 | 55 | 32 |
| Octal | 24 | 342 | 354 | 134 | 4 | 0 | 7 | 267 | 125 | 62 |
| Binary | 10100 | 11100010 | 11101100 | 1011100 | 100 | 0 | 111 | 10110111 | 1010101 | 110010 |
Color Harmonies of #14E2EC
Complementary color
Monochromatic Colors of #14E2EC
Black with #14E2EC
Text Example
Text Example
White with #14E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2EC; }
p { color: rgb(20,226,236); }
H1.HeaderClassName
{
color: #14E2EC;
}
.AnyTagClassName
{
color: #14E2EC;
}
</style>
background-color css
<style>
a { background-color: #14E2EC; }
a { background-color: rgb(20,226,236); }
div.DivClassName
{
background-color: #14E2EC;
}
.BgClassName
{
background-color: #14E2EC;
}
</style>
border-color css
<style>
span { border-color: #14E2EC; }
span { border-color: rgb(20,226,236); }
td.TdClassName
{
border-color: #14E2EC;
}
.TagClassName
{
border-color: #14E2EC;
}
</style>