Shades of Bright Turquoise #14ECE0
Tints of Bright Turquoise #14ECE0
RGB
CMYK
RGB Variations
Color information
#14ECE0 (or 0x14ECE0) is known color: Bright Turquoise. HEX triplet: 14, EC and E0. RGB value is (20,236,224). Sum of RGB (Red+Green+Blue) = 20+236+224=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECE0 is #EB131F. Grayscale: #A9A9A9. Windows color (decimal): -15405856 or 14740500. OLE color: 14740500.
HSL color Cylindrical-coordinate representation of color #14ECE0: hue angle of 176.67º 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 #14ECE0 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 224 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.07 |
| HSL | 176.67º | 0.85% | 0.5% | - |
| HSV(B) | 176.67º | 0.92% | 0.93% | - |
| XYZ | 43.74 | 65.52 | 80.86 | - |
| YUV | 170.05 | 158.44 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 224 | 0.92 | 0 | 0.05 | 0.07 | 176.67 | 0.85 | 0.5 |
| Hex | 14 | EC | E0 | 5C | 0 | 5 | 7 | B1 | 55 | 32 |
| Octal | 24 | 354 | 340 | 134 | 0 | 5 | 7 | 261 | 125 | 62 |
| Binary | 10100 | 11101100 | 11100000 | 1011100 | 0 | 101 | 111 | 10110001 | 1010101 | 110010 |
Color Harmonies of #14ECE0
Complementary color
Monochromatic Colors of #14ECE0
Black with #14ECE0
Text Example
Text Example
White with #14ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECE0; }
p { color: rgb(20,236,224); }
H1.HeaderClassName
{
color: #14ECE0;
}
.AnyTagClassName
{
color: #14ECE0;
}
</style>
background-color css
<style>
a { background-color: #14ECE0; }
a { background-color: rgb(20,236,224); }
div.DivClassName
{
background-color: #14ECE0;
}
.BgClassName
{
background-color: #14ECE0;
}
</style>
border-color css
<style>
span { border-color: #14ECE0; }
span { border-color: rgb(20,236,224); }
td.TdClassName
{
border-color: #14ECE0;
}
.TagClassName
{
border-color: #14ECE0;
}
</style>