Shades of Bright Turquoise #14E7D5
Tints of Bright Turquoise #14E7D5
RGB
CMYK
RGB Variations
Color information
#14E7D5 (or 0x14E7D5) is known color: Bright Turquoise. HEX triplet: 14, E7 and D5. RGB value is (20,231,213). Sum of RGB (Red+Green+Blue) = 20+231+213=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #14E7D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E7D5 is #EB182A. Grayscale: #A5A5A5. Windows color (decimal): -15407147 or 14018324. OLE color: 14018324.
HSL color Cylindrical-coordinate representation of color #14E7D5: hue angle of 174.88º 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 #14E7D5 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 213 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.09 |
| HSL | 174.88º | 0.84% | 0.49% | - |
| HSV(B) | 174.88º | 0.91% | 0.91% | - |
| XYZ | 40.87 | 62.1 | 72.78 | - |
| YUV | 165.86 | 154.6 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 213 | 0.91 | 0 | 0.08 | 0.09 | 174.88 | 0.84 | 0.49 |
| Hex | 14 | E7 | D5 | 5B | 0 | 8 | 9 | AF | 54 | 31 |
| Octal | 24 | 347 | 325 | 133 | 0 | 10 | 11 | 257 | 124 | 61 |
| Binary | 10100 | 11100111 | 11010101 | 1011011 | 0 | 1000 | 1001 | 10101111 | 1010100 | 110001 |
Color Harmonies of #14E7D5
Complementary color
Monochromatic Colors of #14E7D5
Black with #14E7D5
Text Example
Text Example
White with #14E7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E7D5; }
p { color: rgb(20,231,213); }
H1.HeaderClassName
{
color: #14E7D5;
}
.AnyTagClassName
{
color: #14E7D5;
}
</style>
background-color css
<style>
a { background-color: #14E7D5; }
a { background-color: rgb(20,231,213); }
div.DivClassName
{
background-color: #14E7D5;
}
.BgClassName
{
background-color: #14E7D5;
}
</style>
border-color css
<style>
span { border-color: #14E7D5; }
span { border-color: rgb(20,231,213); }
td.TdClassName
{
border-color: #14E7D5;
}
.TagClassName
{
border-color: #14E7D5;
}
</style>