Shades of Bright Turquoise #14EDD7
Tints of Bright Turquoise #14EDD7
RGB
CMYK
RGB Variations
Color information
#14EDD7 (or 0x14EDD7) is known color: Bright Turquoise. HEX triplet: 14, ED and D7. RGB value is (20,237,215). Sum of RGB (Red+Green+Blue) = 20+237+215=472 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.24% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDD7 is #EB1228. Grayscale: #A9A9A9. Windows color (decimal): -15405609 or 14150932. OLE color: 14150932.
HSL color Cylindrical-coordinate representation of color #14EDD7: hue angle of 173.92º 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 #14EDD7 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 215 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.07 |
| HSL | 173.92º | 0.86% | 0.5% | - |
| HSV(B) | 173.92º | 0.92% | 0.93% | - |
| XYZ | 42.84 | 65.62 | 74.7 | - |
| YUV | 169.61 | 153.61 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 215 | 0.92 | 0 | 0.09 | 0.07 | 173.92 | 0.86 | 0.5 |
| Hex | 14 | ED | D7 | 5C | 0 | 9 | 7 | AE | 56 | 32 |
| Octal | 24 | 355 | 327 | 134 | 0 | 11 | 7 | 256 | 126 | 62 |
| Binary | 10100 | 11101101 | 11010111 | 1011100 | 0 | 1001 | 111 | 10101110 | 1010110 | 110010 |
Color Harmonies of #14EDD7
Complementary color
Monochromatic Colors of #14EDD7
Black with #14EDD7
Text Example
Text Example
White with #14EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDD7; }
p { color: rgb(20,237,215); }
H1.HeaderClassName
{
color: #14EDD7;
}
.AnyTagClassName
{
color: #14EDD7;
}
</style>
background-color css
<style>
a { background-color: #14EDD7; }
a { background-color: rgb(20,237,215); }
div.DivClassName
{
background-color: #14EDD7;
}
.BgClassName
{
background-color: #14EDD7;
}
</style>
border-color css
<style>
span { border-color: #14EDD7; }
span { border-color: rgb(20,237,215); }
td.TdClassName
{
border-color: #14EDD7;
}
.TagClassName
{
border-color: #14EDD7;
}
</style>