Shades of Bright Turquoise #14EADE
Tints of Bright Turquoise #14EADE
RGB
CMYK
RGB Variations
Color information
#14EADE (or 0x14EADE) is known color: Bright Turquoise. HEX triplet: 14, EA and DE. RGB value is (20,234,222). Sum of RGB (Red+Green+Blue) = 20+234+222=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #14EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EADE is #EB1521. Grayscale: #A8A8A8. Windows color (decimal): -15406370 or 14608916. OLE color: 14608916.
HSL color Cylindrical-coordinate representation of color #14EADE: hue angle of 176.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EADE is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 222 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.08 |
| HSL | 176.64º | 0.84% | 0.5% | - |
| HSV(B) | 176.64º | 0.91% | 0.92% | - |
| XYZ | 42.9 | 64.27 | 79.25 | - |
| YUV | 168.65 | 158.1 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 222 | 0.91 | 0 | 0.05 | 0.08 | 176.64 | 0.84 | 0.5 |
| Hex | 14 | EA | DE | 5B | 0 | 5 | 8 | B1 | 54 | 32 |
| Octal | 24 | 352 | 336 | 133 | 0 | 5 | 10 | 261 | 124 | 62 |
| Binary | 10100 | 11101010 | 11011110 | 1011011 | 0 | 101 | 1000 | 10110001 | 1010100 | 110010 |
Color Harmonies of #14EADE
Complementary color
Monochromatic Colors of #14EADE
Black with #14EADE
Text Example
Text Example
White with #14EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EADE; }
p { color: rgb(20,234,222); }
H1.HeaderClassName
{
color: #14EADE;
}
.AnyTagClassName
{
color: #14EADE;
}
</style>
background-color css
<style>
a { background-color: #14EADE; }
a { background-color: rgb(20,234,222); }
div.DivClassName
{
background-color: #14EADE;
}
.BgClassName
{
background-color: #14EADE;
}
</style>
border-color css
<style>
span { border-color: #14EADE; }
span { border-color: rgb(20,234,222); }
td.TdClassName
{
border-color: #14EADE;
}
.TagClassName
{
border-color: #14EADE;
}
</style>