Shades of Bright Turquoise #14E4DB
Tints of Bright Turquoise #14E4DB
RGB
CMYK
RGB Variations
Color information
#14E4DB (or 0x14E4DB) is known color: Bright Turquoise. HEX triplet: 14, E4 and DB. RGB value is (20,228,219). Sum of RGB (Red+Green+Blue) = 20+228+219=467 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.28% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #14E4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E4DB is #EB1B24. Grayscale: #A4A4A4. Windows color (decimal): -15407909 or 14410772. OLE color: 14410772.
HSL color Cylindrical-coordinate representation of color #14E4DB: hue angle of 177.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E4DB is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 219 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.11 |
| HSL | 177.4º | 0.84% | 0.49% | - |
| HSV(B) | 177.4º | 0.91% | 0.89% | - |
| XYZ | 40.82 | 60.75 | 76.59 | - |
| YUV | 164.78 | 158.59 | 24.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 219 | 0.91 | 0 | 0.04 | 0.11 | 177.4 | 0.84 | 0.49 |
| Hex | 14 | E4 | DB | 5B | 0 | 4 | B | B1 | 54 | 31 |
| Octal | 24 | 344 | 333 | 133 | 0 | 4 | 13 | 261 | 124 | 61 |
| Binary | 10100 | 11100100 | 11011011 | 1011011 | 0 | 100 | 1011 | 10110001 | 1010100 | 110001 |
Color Harmonies of #14E4DB
Complementary color
Monochromatic Colors of #14E4DB
Black with #14E4DB
Text Example
Text Example
White with #14E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E4DB; }
p { color: rgb(20,228,219); }
H1.HeaderClassName
{
color: #14E4DB;
}
.AnyTagClassName
{
color: #14E4DB;
}
</style>
background-color css
<style>
a { background-color: #14E4DB; }
a { background-color: rgb(20,228,219); }
div.DivClassName
{
background-color: #14E4DB;
}
.BgClassName
{
background-color: #14E4DB;
}
</style>
border-color css
<style>
span { border-color: #14E4DB; }
span { border-color: rgb(20,228,219); }
td.TdClassName
{
border-color: #14E4DB;
}
.TagClassName
{
border-color: #14E4DB;
}
</style>