Shades of Bright Turquoise #14EDE4
Tints of Bright Turquoise #14EDE4
RGB
CMYK
RGB Variations
Color information
#14EDE4 (or 0x14EDE4) is known color: Bright Turquoise. HEX triplet: 14, ED and E4. RGB value is (20,237,228). Sum of RGB (Red+Green+Blue) = 20+237+228=485 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDE4 is #EB121B. Grayscale: #AAAAAA. Windows color (decimal): -15405596 or 15002900. OLE color: 15002900.
HSL color Cylindrical-coordinate representation of color #14EDE4: hue angle of 177.51º 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 #14EDE4 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 228 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.07 |
| HSL | 177.51º | 0.86% | 0.5% | - |
| HSV(B) | 177.51º | 0.92% | 0.93% | - |
| XYZ | 44.58 | 66.32 | 83.85 | - |
| YUV | 171.09 | 160.11 | 20.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 228 | 0.92 | 0 | 0.04 | 0.07 | 177.51 | 0.86 | 0.5 |
| Hex | 14 | ED | E4 | 5C | 0 | 4 | 7 | B2 | 56 | 32 |
| Octal | 24 | 355 | 344 | 134 | 0 | 4 | 7 | 262 | 126 | 62 |
| Binary | 10100 | 11101101 | 11100100 | 1011100 | 0 | 100 | 111 | 10110010 | 1010110 | 110010 |
Color Harmonies of #14EDE4
Complementary color
Monochromatic Colors of #14EDE4
Black with #14EDE4
Text Example
Text Example
White with #14EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDE4; }
p { color: rgb(20,237,228); }
H1.HeaderClassName
{
color: #14EDE4;
}
.AnyTagClassName
{
color: #14EDE4;
}
</style>
background-color css
<style>
a { background-color: #14EDE4; }
a { background-color: rgb(20,237,228); }
div.DivClassName
{
background-color: #14EDE4;
}
.BgClassName
{
background-color: #14EDE4;
}
</style>
border-color css
<style>
span { border-color: #14EDE4; }
span { border-color: rgb(20,237,228); }
td.TdClassName
{
border-color: #14EDE4;
}
.TagClassName
{
border-color: #14EDE4;
}
</style>