Shades of Bright Turquoise #14EDC9
Tints of Bright Turquoise #14EDC9
RGB
CMYK
RGB Variations
Color information
#14EDC9 (or 0x14EDC9) is known color: Bright Turquoise. HEX triplet: 14, ED and C9. RGB value is (20,237,201). Sum of RGB (Red+Green+Blue) = 20+237+201=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDC9 is #EB1236. Grayscale: #A7A7A7. Windows color (decimal): -15405623 or 13233428. OLE color: 13233428.
HSL color Cylindrical-coordinate representation of color #14EDC9: hue angle of 170.05º degrees, saturation: 0.86, 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 #14EDC9 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 201 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.07 |
| HSL | 170.05º | 0.86% | 0.5% | - |
| HSV(B) | 170.05º | 0.92% | 0.93% | - |
| XYZ | 41.12 | 64.93 | 65.62 | - |
| YUV | 168.01 | 146.61 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 201 | 0.92 | 0 | 0.15 | 0.07 | 170.05 | 0.86 | 0.5 |
| Hex | 14 | ED | C9 | 5C | 0 | F | 7 | AA | 56 | 32 |
| Octal | 24 | 355 | 311 | 134 | 0 | 17 | 7 | 252 | 126 | 62 |
| Binary | 10100 | 11101101 | 11001001 | 1011100 | 0 | 1111 | 111 | 10101010 | 1010110 | 110010 |
Color Harmonies of #14EDC9
Complementary color
Monochromatic Colors of #14EDC9
Black with #14EDC9
Text Example
Text Example
White with #14EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDC9; }
p { color: rgb(20,237,201); }
H1.HeaderClassName
{
color: #14EDC9;
}
.AnyTagClassName
{
color: #14EDC9;
}
</style>
background-color css
<style>
a { background-color: #14EDC9; }
a { background-color: rgb(20,237,201); }
div.DivClassName
{
background-color: #14EDC9;
}
.BgClassName
{
background-color: #14EDC9;
}
</style>
border-color css
<style>
span { border-color: #14EDC9; }
span { border-color: rgb(20,237,201); }
td.TdClassName
{
border-color: #14EDC9;
}
.TagClassName
{
border-color: #14EDC9;
}
</style>