Shades of Bright Turquoise #14EED6
Tints of Bright Turquoise #14EED6
RGB
CMYK
RGB Variations
Color information
#14EED6 (or 0x14EED6) is known color: Bright Turquoise. HEX triplet: 14, EE and D6. RGB value is (20,238,214). Sum of RGB (Red+Green+Blue) = 20+238+214=472 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.24% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #14EED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EED6 is #EB1129. Grayscale: #A9A9A9. Windows color (decimal): -15405354 or 14085652. OLE color: 14085652.
HSL color Cylindrical-coordinate representation of color #14EED6: hue angle of 173.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EED6 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 214 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.07 |
| HSL | 173.39º | 0.87% | 0.51% | - |
| HSV(B) | 173.39º | 0.92% | 0.93% | - |
| XYZ | 43 | 66.15 | 74.12 | - |
| YUV | 170.08 | 152.78 | 20.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 214 | 0.92 | 0 | 0.10 | 0.07 | 173.39 | 0.87 | 0.51 |
| Hex | 14 | EE | D6 | 5C | 0 | A | 7 | AD | 57 | 33 |
| Octal | 24 | 356 | 326 | 134 | 0 | 12 | 7 | 255 | 127 | 63 |
| Binary | 10100 | 11101110 | 11010110 | 1011100 | 0 | 1010 | 111 | 10101101 | 1010111 | 110011 |
Color Harmonies of #14EED6
Complementary color
Monochromatic Colors of #14EED6
Black with #14EED6
Text Example
Text Example
White with #14EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EED6; }
p { color: rgb(20,238,214); }
H1.HeaderClassName
{
color: #14EED6;
}
.AnyTagClassName
{
color: #14EED6;
}
</style>
background-color css
<style>
a { background-color: #14EED6; }
a { background-color: rgb(20,238,214); }
div.DivClassName
{
background-color: #14EED6;
}
.BgClassName
{
background-color: #14EED6;
}
</style>
border-color css
<style>
span { border-color: #14EED6; }
span { border-color: rgb(20,238,214); }
td.TdClassName
{
border-color: #14EED6;
}
.TagClassName
{
border-color: #14EED6;
}
</style>