Shades of Bright Turquoise #14ECDA
Tints of Bright Turquoise #14ECDA
RGB
CMYK
RGB Variations
Color information
#14ECDA (or 0x14ECDA) is known color: Bright Turquoise. HEX triplet: 14, EC and DA. RGB value is (20,236,218). Sum of RGB (Red+Green+Blue) = 20+236+218=474 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.22% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECDA is #EB1325. Grayscale: #A9A9A9. Windows color (decimal): -15405862 or 14347284. OLE color: 14347284.
HSL color Cylindrical-coordinate representation of color #14ECDA: hue angle of 175º 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 #14ECDA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 218 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.07 |
| HSL | 175º | 0.85% | 0.5% | - |
| HSV(B) | 175º | 0.92% | 0.93% | - |
| XYZ | 42.94 | 65.2 | 76.65 | - |
| YUV | 169.36 | 155.44 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 218 | 0.92 | 0 | 0.08 | 0.07 | 175 | 0.85 | 0.5 |
| Hex | 14 | EC | DA | 5C | 0 | 8 | 7 | AF | 55 | 32 |
| Octal | 24 | 354 | 332 | 134 | 0 | 10 | 7 | 257 | 125 | 62 |
| Binary | 10100 | 11101100 | 11011010 | 1011100 | 0 | 1000 | 111 | 10101111 | 1010101 | 110010 |
Color Harmonies of #14ECDA
Complementary color
Monochromatic Colors of #14ECDA
Black with #14ECDA
Text Example
Text Example
White with #14ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECDA; }
p { color: rgb(20,236,218); }
H1.HeaderClassName
{
color: #14ECDA;
}
.AnyTagClassName
{
color: #14ECDA;
}
</style>
background-color css
<style>
a { background-color: #14ECDA; }
a { background-color: rgb(20,236,218); }
div.DivClassName
{
background-color: #14ECDA;
}
.BgClassName
{
background-color: #14ECDA;
}
</style>
border-color css
<style>
span { border-color: #14ECDA; }
span { border-color: rgb(20,236,218); }
td.TdClassName
{
border-color: #14ECDA;
}
.TagClassName
{
border-color: #14ECDA;
}
</style>