Shades of Bright Turquoise #14EAE0
Tints of Bright Turquoise #14EAE0
RGB
CMYK
RGB Variations
Color information
#14EAE0 (or 0x14EAE0) is known color: Bright Turquoise. HEX triplet: 14, EA and E0. RGB value is (20,234,224). Sum of RGB (Red+Green+Blue) = 20+234+224=478 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAE0 is #EB151F. Grayscale: #A8A8A8. Windows color (decimal): -15406368 or 14739988. OLE color: 14739988.
HSL color Cylindrical-coordinate representation of color #14EAE0: hue angle of 177.2º 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 #14EAE0 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 224 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.08 |
| HSL | 177.2º | 0.84% | 0.5% | - |
| HSV(B) | 177.2º | 0.91% | 0.92% | - |
| XYZ | 43.17 | 64.38 | 80.67 | - |
| YUV | 168.87 | 159.1 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 224 | 0.91 | 0 | 0.04 | 0.08 | 177.2 | 0.84 | 0.5 |
| Hex | 14 | EA | E0 | 5B | 0 | 4 | 8 | B1 | 54 | 32 |
| Octal | 24 | 352 | 340 | 133 | 0 | 4 | 10 | 261 | 124 | 62 |
| Binary | 10100 | 11101010 | 11100000 | 1011011 | 0 | 100 | 1000 | 10110001 | 1010100 | 110010 |
Color Harmonies of #14EAE0
Complementary color
Monochromatic Colors of #14EAE0
Black with #14EAE0
Text Example
Text Example
White with #14EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAE0; }
p { color: rgb(20,234,224); }
H1.HeaderClassName
{
color: #14EAE0;
}
.AnyTagClassName
{
color: #14EAE0;
}
</style>
background-color css
<style>
a { background-color: #14EAE0; }
a { background-color: rgb(20,234,224); }
div.DivClassName
{
background-color: #14EAE0;
}
.BgClassName
{
background-color: #14EAE0;
}
</style>
border-color css
<style>
span { border-color: #14EAE0; }
span { border-color: rgb(20,234,224); }
td.TdClassName
{
border-color: #14EAE0;
}
.TagClassName
{
border-color: #14EAE0;
}
</style>