Shades of Bright Turquoise #14EDE3
Tints of Bright Turquoise #14EDE3
RGB
CMYK
RGB Variations
Color information
#14EDE3 (or 0x14EDE3) is known color: Bright Turquoise. HEX triplet: 14, ED and E3. RGB value is (20,237,227). Sum of RGB (Red+Green+Blue) = 20+237+227=484 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.13% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDE3 is #EB121C. Grayscale: #AAAAAA. Windows color (decimal): -15405597 or 14937364. OLE color: 14937364.
HSL color Cylindrical-coordinate representation of color #14EDE3: hue angle of 177.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EDE3 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 227 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.07 |
| HSL | 177.24º | 0.86% | 0.5% | - |
| HSV(B) | 177.24º | 0.92% | 0.93% | - |
| XYZ | 44.44 | 66.26 | 83.12 | - |
| YUV | 170.98 | 159.61 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 227 | 0.92 | 0 | 0.04 | 0.07 | 177.24 | 0.86 | 0.5 |
| Hex | 14 | ED | E3 | 5C | 0 | 4 | 7 | B1 | 56 | 32 |
| Octal | 24 | 355 | 343 | 134 | 0 | 4 | 7 | 261 | 126 | 62 |
| Binary | 10100 | 11101101 | 11100011 | 1011100 | 0 | 100 | 111 | 10110001 | 1010110 | 110010 |
Color Harmonies of #14EDE3
Complementary color
Monochromatic Colors of #14EDE3
Black with #14EDE3
Text Example
Text Example
White with #14EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDE3; }
p { color: rgb(20,237,227); }
H1.HeaderClassName
{
color: #14EDE3;
}
.AnyTagClassName
{
color: #14EDE3;
}
</style>
background-color css
<style>
a { background-color: #14EDE3; }
a { background-color: rgb(20,237,227); }
div.DivClassName
{
background-color: #14EDE3;
}
.BgClassName
{
background-color: #14EDE3;
}
</style>
border-color css
<style>
span { border-color: #14EDE3; }
span { border-color: rgb(20,237,227); }
td.TdClassName
{
border-color: #14EDE3;
}
.TagClassName
{
border-color: #14EDE3;
}
</style>