Shades of Bright Turquoise #14EDD6
Tints of Bright Turquoise #14EDD6
RGB
CMYK
RGB Variations
Color information
#14EDD6 (or 0x14EDD6) is known color: Bright Turquoise. HEX triplet: 14, ED and D6. RGB value is (20,237,214). Sum of RGB (Red+Green+Blue) = 20+237+214=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDD6 is #EB1229. Grayscale: #A9A9A9. Windows color (decimal): -15405610 or 14085396. OLE color: 14085396.
HSL color Cylindrical-coordinate representation of color #14EDD6: hue angle of 173.64º 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 #14EDD6 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 214 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.07 |
| HSL | 173.64º | 0.86% | 0.5% | - |
| HSV(B) | 173.64º | 0.92% | 0.93% | - |
| XYZ | 42.71 | 65.57 | 74.02 | - |
| YUV | 169.5 | 153.11 | 21.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 214 | 0.92 | 0 | 0.10 | 0.07 | 173.64 | 0.86 | 0.5 |
| Hex | 14 | ED | D6 | 5C | 0 | A | 7 | AE | 56 | 32 |
| Octal | 24 | 355 | 326 | 134 | 0 | 12 | 7 | 256 | 126 | 62 |
| Binary | 10100 | 11101101 | 11010110 | 1011100 | 0 | 1010 | 111 | 10101110 | 1010110 | 110010 |
Color Harmonies of #14EDD6
Complementary color
Monochromatic Colors of #14EDD6
Black with #14EDD6
Text Example
Text Example
White with #14EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDD6; }
p { color: rgb(20,237,214); }
H1.HeaderClassName
{
color: #14EDD6;
}
.AnyTagClassName
{
color: #14EDD6;
}
</style>
background-color css
<style>
a { background-color: #14EDD6; }
a { background-color: rgb(20,237,214); }
div.DivClassName
{
background-color: #14EDD6;
}
.BgClassName
{
background-color: #14EDD6;
}
</style>
border-color css
<style>
span { border-color: #14EDD6; }
span { border-color: rgb(20,237,214); }
td.TdClassName
{
border-color: #14EDD6;
}
.TagClassName
{
border-color: #14EDD6;
}
</style>