Shades of Bright Turquoise #14EDD0
Tints of Bright Turquoise #14EDD0
RGB
CMYK
RGB Variations
Color information
#14EDD0 (or 0x14EDD0) is known color: Bright Turquoise. HEX triplet: 14, ED and D0. RGB value is (20,237,208). Sum of RGB (Red+Green+Blue) = 20+237+208=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDD0 is #EB122F. Grayscale: #A8A8A8. Windows color (decimal): -15405616 or 13692180. OLE color: 13692180.
HSL color Cylindrical-coordinate representation of color #14EDD0: hue angle of 171.98º 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 #14EDD0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 208 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.07 |
| HSL | 171.98º | 0.86% | 0.5% | - |
| HSV(B) | 171.98º | 0.92% | 0.93% | - |
| XYZ | 41.96 | 65.27 | 70.06 | - |
| YUV | 168.81 | 150.11 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 208 | 0.92 | 0 | 0.12 | 0.07 | 171.98 | 0.86 | 0.5 |
| Hex | 14 | ED | D0 | 5C | 0 | C | 7 | AC | 56 | 32 |
| Octal | 24 | 355 | 320 | 134 | 0 | 14 | 7 | 254 | 126 | 62 |
| Binary | 10100 | 11101101 | 11010000 | 1011100 | 0 | 1100 | 111 | 10101100 | 1010110 | 110010 |
Color Harmonies of #14EDD0
Complementary color
Monochromatic Colors of #14EDD0
Black with #14EDD0
Text Example
Text Example
White with #14EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDD0; }
p { color: rgb(20,237,208); }
H1.HeaderClassName
{
color: #14EDD0;
}
.AnyTagClassName
{
color: #14EDD0;
}
</style>
background-color css
<style>
a { background-color: #14EDD0; }
a { background-color: rgb(20,237,208); }
div.DivClassName
{
background-color: #14EDD0;
}
.BgClassName
{
background-color: #14EDD0;
}
</style>
border-color css
<style>
span { border-color: #14EDD0; }
span { border-color: rgb(20,237,208); }
td.TdClassName
{
border-color: #14EDD0;
}
.TagClassName
{
border-color: #14EDD0;
}
</style>