Shades of Bright Turquoise #14ECDB
Tints of Bright Turquoise #14ECDB
RGB
CMYK
RGB Variations
Color information
#14ECDB (or 0x14ECDB) is known color: Bright Turquoise. HEX triplet: 14, EC and DB. RGB value is (20,236,219). Sum of RGB (Red+Green+Blue) = 20+236+219=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECDB is #EB1324. Grayscale: #A9A9A9. Windows color (decimal): -15405861 or 14412820. OLE color: 14412820.
HSL color Cylindrical-coordinate representation of color #14ECDB: hue angle of 175.28º 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 #14ECDB is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 219 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.07 |
| HSL | 175.28º | 0.85% | 0.5% | - |
| HSV(B) | 175.28º | 0.92% | 0.93% | - |
| XYZ | 43.07 | 65.25 | 77.34 | - |
| YUV | 169.48 | 155.94 | 21.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 219 | 0.92 | 0 | 0.07 | 0.07 | 175.28 | 0.85 | 0.5 |
| Hex | 14 | EC | DB | 5C | 0 | 7 | 7 | AF | 55 | 32 |
| Octal | 24 | 354 | 333 | 134 | 0 | 7 | 7 | 257 | 125 | 62 |
| Binary | 10100 | 11101100 | 11011011 | 1011100 | 0 | 111 | 111 | 10101111 | 1010101 | 110010 |
Color Harmonies of #14ECDB
Complementary color
Monochromatic Colors of #14ECDB
Black with #14ECDB
Text Example
Text Example
White with #14ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECDB; }
p { color: rgb(20,236,219); }
H1.HeaderClassName
{
color: #14ECDB;
}
.AnyTagClassName
{
color: #14ECDB;
}
</style>
background-color css
<style>
a { background-color: #14ECDB; }
a { background-color: rgb(20,236,219); }
div.DivClassName
{
background-color: #14ECDB;
}
.BgClassName
{
background-color: #14ECDB;
}
</style>
border-color css
<style>
span { border-color: #14ECDB; }
span { border-color: rgb(20,236,219); }
td.TdClassName
{
border-color: #14ECDB;
}
.TagClassName
{
border-color: #14ECDB;
}
</style>