Shades of Bright Turquoise #14E2D4
Tints of Bright Turquoise #14E2D4
RGB
CMYK
RGB Variations
Color information
#14E2D4 (or 0x14E2D4) is known color: Bright Turquoise. HEX triplet: 14, E2 and D4. RGB value is (20,226,212). Sum of RGB (Red+Green+Blue) = 20+226+212=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2D4 is #EB1D2B. Grayscale: #A2A2A2. Windows color (decimal): -15408428 or 13951508. OLE color: 13951508.
HSL color Cylindrical-coordinate representation of color #14E2D4: hue angle of 175.92º 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 #14E2D4 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 212 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.11 |
| HSL | 175.92º | 0.84% | 0.48% | - |
| HSV(B) | 175.92º | 0.91% | 0.89% | - |
| XYZ | 39.37 | 59.29 | 71.66 | - |
| YUV | 162.81 | 155.75 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 212 | 0.91 | 0 | 0.06 | 0.11 | 175.92 | 0.84 | 0.48 |
| Hex | 14 | E2 | D4 | 5B | 0 | 6 | B | B0 | 54 | 30 |
| Octal | 24 | 342 | 324 | 133 | 0 | 6 | 13 | 260 | 124 | 60 |
| Binary | 10100 | 11100010 | 11010100 | 1011011 | 0 | 110 | 1011 | 10110000 | 1010100 | 110000 |
Color Harmonies of #14E2D4
Complementary color
Monochromatic Colors of #14E2D4
Black with #14E2D4
Text Example
Text Example
White with #14E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2D4; }
p { color: rgb(20,226,212); }
H1.HeaderClassName
{
color: #14E2D4;
}
.AnyTagClassName
{
color: #14E2D4;
}
</style>
background-color css
<style>
a { background-color: #14E2D4; }
a { background-color: rgb(20,226,212); }
div.DivClassName
{
background-color: #14E2D4;
}
.BgClassName
{
background-color: #14E2D4;
}
</style>
border-color css
<style>
span { border-color: #14E2D4; }
span { border-color: rgb(20,226,212); }
td.TdClassName
{
border-color: #14E2D4;
}
.TagClassName
{
border-color: #14E2D4;
}
</style>