Shades of Bright Turquoise #14E7D6
Tints of Bright Turquoise #14E7D6
RGB
CMYK
RGB Variations
Color information
#14E7D6 (or 0x14E7D6) is known color: Bright Turquoise. HEX triplet: 14, E7 and D6. RGB value is (20,231,214). Sum of RGB (Red+Green+Blue) = 20+231+214=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #14E7D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E7D6 is #EB1829. Grayscale: #A5A5A5. Windows color (decimal): -15407146 or 14083860. OLE color: 14083860.
HSL color Cylindrical-coordinate representation of color #14E7D6: hue angle of 175.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E7D6 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 214 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.09 |
| HSL | 175.17º | 0.84% | 0.49% | - |
| HSV(B) | 175.17º | 0.91% | 0.91% | - |
| XYZ | 41 | 62.16 | 73.45 | - |
| YUV | 165.97 | 155.1 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 214 | 0.91 | 0 | 0.07 | 0.09 | 175.17 | 0.84 | 0.49 |
| Hex | 14 | E7 | D6 | 5B | 0 | 7 | 9 | AF | 54 | 31 |
| Octal | 24 | 347 | 326 | 133 | 0 | 7 | 11 | 257 | 124 | 61 |
| Binary | 10100 | 11100111 | 11010110 | 1011011 | 0 | 111 | 1001 | 10101111 | 1010100 | 110001 |
Color Harmonies of #14E7D6
Complementary color
Monochromatic Colors of #14E7D6
Black with #14E7D6
Text Example
Text Example
White with #14E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E7D6; }
p { color: rgb(20,231,214); }
H1.HeaderClassName
{
color: #14E7D6;
}
.AnyTagClassName
{
color: #14E7D6;
}
</style>
background-color css
<style>
a { background-color: #14E7D6; }
a { background-color: rgb(20,231,214); }
div.DivClassName
{
background-color: #14E7D6;
}
.BgClassName
{
background-color: #14E7D6;
}
</style>
border-color css
<style>
span { border-color: #14E7D6; }
span { border-color: rgb(20,231,214); }
td.TdClassName
{
border-color: #14E7D6;
}
.TagClassName
{
border-color: #14E7D6;
}
</style>