Shades of Bright Turquoise #14E5D5
Tints of Bright Turquoise #14E5D5
RGB
CMYK
RGB Variations
Color information
#14E5D5 (or 0x14E5D5) is known color: Bright Turquoise. HEX triplet: 14, E5 and D5. RGB value is (20,229,213). Sum of RGB (Red+Green+Blue) = 20+229+213=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E5D5 is #EB1A2A. Grayscale: #A4A4A4. Windows color (decimal): -15407659 or 14017812. OLE color: 14017812.
HSL color Cylindrical-coordinate representation of color #14E5D5: hue angle of 175.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E5D5 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 229 | 213 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.10 |
| HSL | 175.41º | 0.84% | 0.49% | - |
| HSV(B) | 175.41º | 0.91% | 0.9% | - |
| XYZ | 40.32 | 60.99 | 72.6 | - |
| YUV | 164.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 213 | 0.91 | 0 | 0.07 | 0.10 | 175.41 | 0.84 | 0.49 |
| Hex | 14 | E5 | D5 | 5B | 0 | 7 | A | AF | 54 | 31 |
| Octal | 24 | 345 | 325 | 133 | 0 | 7 | 12 | 257 | 124 | 61 |
| Binary | 10100 | 11100101 | 11010101 | 1011011 | 0 | 111 | 1010 | 10101111 | 1010100 | 110001 |
Color Harmonies of #14E5D5
Complementary color
Monochromatic Colors of #14E5D5
Black with #14E5D5
Text Example
Text Example
White with #14E5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E5D5; }
p { color: rgb(20,229,213); }
H1.HeaderClassName
{
color: #14E5D5;
}
.AnyTagClassName
{
color: #14E5D5;
}
</style>
background-color css
<style>
a { background-color: #14E5D5; }
a { background-color: rgb(20,229,213); }
div.DivClassName
{
background-color: #14E5D5;
}
.BgClassName
{
background-color: #14E5D5;
}
</style>
border-color css
<style>
span { border-color: #14E5D5; }
span { border-color: rgb(20,229,213); }
td.TdClassName
{
border-color: #14E5D5;
}
.TagClassName
{
border-color: #14E5D5;
}
</style>