Shades of Bright Turquoise #14EDE0
Tints of Bright Turquoise #14EDE0
RGB
CMYK
RGB Variations
Color information
#14EDE0 (or 0x14EDE0) is known color: Bright Turquoise. HEX triplet: 14, ED and E0. RGB value is (20,237,224). Sum of RGB (Red+Green+Blue) = 20+237+224=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EDE0 is #EB121F. Grayscale: #AAAAAA. Windows color (decimal): -15405600 or 14740756. OLE color: 14740756.
HSL color Cylindrical-coordinate representation of color #14EDE0: hue angle of 176.41º 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 #14EDE0 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 224 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.07 |
| HSL | 176.41º | 0.86% | 0.5% | - |
| HSV(B) | 176.41º | 0.92% | 0.93% | - |
| XYZ | 44.03 | 66.1 | 80.96 | - |
| YUV | 170.64 | 158.11 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 224 | 0.92 | 0 | 0.05 | 0.07 | 176.41 | 0.86 | 0.5 |
| Hex | 14 | ED | E0 | 5C | 0 | 5 | 7 | B0 | 56 | 32 |
| Octal | 24 | 355 | 340 | 134 | 0 | 5 | 7 | 260 | 126 | 62 |
| Binary | 10100 | 11101101 | 11100000 | 1011100 | 0 | 101 | 111 | 10110000 | 1010110 | 110010 |
Color Harmonies of #14EDE0
Complementary color
Monochromatic Colors of #14EDE0
Black with #14EDE0
Text Example
Text Example
White with #14EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDE0; }
p { color: rgb(20,237,224); }
H1.HeaderClassName
{
color: #14EDE0;
}
.AnyTagClassName
{
color: #14EDE0;
}
</style>
background-color css
<style>
a { background-color: #14EDE0; }
a { background-color: rgb(20,237,224); }
div.DivClassName
{
background-color: #14EDE0;
}
.BgClassName
{
background-color: #14EDE0;
}
</style>
border-color css
<style>
span { border-color: #14EDE0; }
span { border-color: rgb(20,237,224); }
td.TdClassName
{
border-color: #14EDE0;
}
.TagClassName
{
border-color: #14EDE0;
}
</style>