Shades of Bright Turquoise #14E0D7
Tints of Bright Turquoise #14E0D7
RGB
CMYK
RGB Variations
Color information
#14E0D7 (or 0x14E0D7) is known color: Bright Turquoise. HEX triplet: 14, E0 and D7. RGB value is (20,224,215). Sum of RGB (Red+Green+Blue) = 20+224+215=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0D7 is #EB1F28. Grayscale: #A1A1A1. Windows color (decimal): -15408937 or 14147604. OLE color: 14147604.
HSL color Cylindrical-coordinate representation of color #14E0D7: hue angle of 177.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E0D7 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 215 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.12 |
| HSL | 177.35º | 0.84% | 0.48% | - |
| HSV(B) | 177.35º | 0.91% | 0.88% | - |
| XYZ | 39.21 | 58.37 | 73.49 | - |
| YUV | 161.98 | 157.91 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 215 | 0.91 | 0 | 0.04 | 0.12 | 177.35 | 0.84 | 0.48 |
| Hex | 14 | E0 | D7 | 5B | 0 | 4 | C | B1 | 54 | 30 |
| Octal | 24 | 340 | 327 | 133 | 0 | 4 | 14 | 261 | 124 | 60 |
| Binary | 10100 | 11100000 | 11010111 | 1011011 | 0 | 100 | 1100 | 10110001 | 1010100 | 110000 |
Color Harmonies of #14E0D7
Complementary color
Monochromatic Colors of #14E0D7
Black with #14E0D7
Text Example
Text Example
White with #14E0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0D7; }
p { color: rgb(20,224,215); }
H1.HeaderClassName
{
color: #14E0D7;
}
.AnyTagClassName
{
color: #14E0D7;
}
</style>
background-color css
<style>
a { background-color: #14E0D7; }
a { background-color: rgb(20,224,215); }
div.DivClassName
{
background-color: #14E0D7;
}
.BgClassName
{
background-color: #14E0D7;
}
</style>
border-color css
<style>
span { border-color: #14E0D7; }
span { border-color: rgb(20,224,215); }
td.TdClassName
{
border-color: #14E0D7;
}
.TagClassName
{
border-color: #14E0D7;
}
</style>