Shades of Bright Turquoise #14E2D7
Tints of Bright Turquoise #14E2D7
RGB
CMYK
RGB Variations
Color information
#14E2D7 (or 0x14E2D7) is known color: Bright Turquoise. HEX triplet: 14, E2 and D7. RGB value is (20,226,215). Sum of RGB (Red+Green+Blue) = 20+226+215=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2D7 is #EB1D28. Grayscale: #A2A2A2. Windows color (decimal): -15408425 or 14148116. OLE color: 14148116.
HSL color Cylindrical-coordinate representation of color #14E2D7: hue angle of 176.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E2D7 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 215 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.11 |
| HSL | 176.8º | 0.84% | 0.48% | - |
| HSV(B) | 176.8º | 0.91% | 0.89% | - |
| XYZ | 39.75 | 59.45 | 73.67 | - |
| YUV | 163.15 | 157.25 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 215 | 0.91 | 0 | 0.05 | 0.11 | 176.8 | 0.84 | 0.48 |
| Hex | 14 | E2 | D7 | 5B | 0 | 5 | B | B1 | 54 | 30 |
| Octal | 24 | 342 | 327 | 133 | 0 | 5 | 13 | 261 | 124 | 60 |
| Binary | 10100 | 11100010 | 11010111 | 1011011 | 0 | 101 | 1011 | 10110001 | 1010100 | 110000 |
Color Harmonies of #14E2D7
Complementary color
Monochromatic Colors of #14E2D7
Black with #14E2D7
Text Example
Text Example
White with #14E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2D7; }
p { color: rgb(20,226,215); }
H1.HeaderClassName
{
color: #14E2D7;
}
.AnyTagClassName
{
color: #14E2D7;
}
</style>
background-color css
<style>
a { background-color: #14E2D7; }
a { background-color: rgb(20,226,215); }
div.DivClassName
{
background-color: #14E2D7;
}
.BgClassName
{
background-color: #14E2D7;
}
</style>
border-color css
<style>
span { border-color: #14E2D7; }
span { border-color: rgb(20,226,215); }
td.TdClassName
{
border-color: #14E2D7;
}
.TagClassName
{
border-color: #14E2D7;
}
</style>