Shades of Bright Turquoise #14EADC
Tints of Bright Turquoise #14EADC
RGB
CMYK
RGB Variations
Color information
#14EADC (or 0x14EADC) is known color: Bright Turquoise. HEX triplet: 14, EA and DC. RGB value is (20,234,220). Sum of RGB (Red+Green+Blue) = 20+234+220=474 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.22% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #14EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EADC is #EB1523. Grayscale: #A8A8A8. Windows color (decimal): -15406372 or 14477844. OLE color: 14477844.
HSL color Cylindrical-coordinate representation of color #14EADC: hue angle of 176.07º 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 #14EADC is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 220 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.08 |
| HSL | 176.07º | 0.84% | 0.5% | - |
| HSV(B) | 176.07º | 0.91% | 0.92% | - |
| XYZ | 42.63 | 64.16 | 77.85 | - |
| YUV | 168.42 | 157.1 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 220 | 0.91 | 0 | 0.06 | 0.08 | 176.07 | 0.84 | 0.5 |
| Hex | 14 | EA | DC | 5B | 0 | 6 | 8 | B0 | 54 | 32 |
| Octal | 24 | 352 | 334 | 133 | 0 | 6 | 10 | 260 | 124 | 62 |
| Binary | 10100 | 11101010 | 11011100 | 1011011 | 0 | 110 | 1000 | 10110000 | 1010100 | 110010 |
Color Harmonies of #14EADC
Complementary color
Monochromatic Colors of #14EADC
Black with #14EADC
Text Example
Text Example
White with #14EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EADC; }
p { color: rgb(20,234,220); }
H1.HeaderClassName
{
color: #14EADC;
}
.AnyTagClassName
{
color: #14EADC;
}
</style>
background-color css
<style>
a { background-color: #14EADC; }
a { background-color: rgb(20,234,220); }
div.DivClassName
{
background-color: #14EADC;
}
.BgClassName
{
background-color: #14EADC;
}
</style>
border-color css
<style>
span { border-color: #14EADC; }
span { border-color: rgb(20,234,220); }
td.TdClassName
{
border-color: #14EADC;
}
.TagClassName
{
border-color: #14EADC;
}
</style>