Shades of Bright Turquoise #14EDD5
Tints of Bright Turquoise #14EDD5
RGB
CMYK
RGB Variations
Color information
#14EDD5 (or 0x14EDD5) is known color: Bright Turquoise. HEX triplet: 14, ED and D5. RGB value is (20,237,213). Sum of RGB (Red+Green+Blue) = 20+237+213=470 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDD5 is #EB122A. Grayscale: #A9A9A9. Windows color (decimal): -15405611 or 14019860. OLE color: 14019860.
HSL color Cylindrical-coordinate representation of color #14EDD5: hue angle of 173.36º 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 #14EDD5 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 213 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.07 |
| HSL | 173.36º | 0.86% | 0.5% | - |
| HSV(B) | 173.36º | 0.92% | 0.93% | - |
| XYZ | 42.58 | 65.52 | 73.35 | - |
| YUV | 169.38 | 152.61 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 213 | 0.92 | 0 | 0.10 | 0.07 | 173.36 | 0.86 | 0.5 |
| Hex | 14 | ED | D5 | 5C | 0 | A | 7 | AD | 56 | 32 |
| Octal | 24 | 355 | 325 | 134 | 0 | 12 | 7 | 255 | 126 | 62 |
| Binary | 10100 | 11101101 | 11010101 | 1011100 | 0 | 1010 | 111 | 10101101 | 1010110 | 110010 |
Color Harmonies of #14EDD5
Complementary color
Monochromatic Colors of #14EDD5
Black with #14EDD5
Text Example
Text Example
White with #14EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDD5; }
p { color: rgb(20,237,213); }
H1.HeaderClassName
{
color: #14EDD5;
}
.AnyTagClassName
{
color: #14EDD5;
}
</style>
background-color css
<style>
a { background-color: #14EDD5; }
a { background-color: rgb(20,237,213); }
div.DivClassName
{
background-color: #14EDD5;
}
.BgClassName
{
background-color: #14EDD5;
}
</style>
border-color css
<style>
span { border-color: #14EDD5; }
span { border-color: rgb(20,237,213); }
td.TdClassName
{
border-color: #14EDD5;
}
.TagClassName
{
border-color: #14EDD5;
}
</style>