Shades of Bright Turquoise #14FEC6
Tints of Bright Turquoise #14FEC6
RGB
CMYK
RGB Variations
Color information
#14FEC6 (or 0x14FEC6) is known color: Bright Turquoise. HEX triplet: 14, FE and C6. RGB value is (20,254,198). Sum of RGB (Red+Green+Blue) = 20+254+198=472 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.24% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEC6 is #EB0139. Grayscale: #B1B1B1. Windows color (decimal): -15401274 or 13041172. OLE color: 13041172.
HSL color Cylindrical-coordinate representation of color #14FEC6: hue angle of 165.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FEC6 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 198 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.00 |
| HSL | 165.64º | 0.99% | 0.54% | - |
| HSV(B) | 165.64º | 0.92% | 1% | - |
| XYZ | 45.92 | 75.11 | 65.5 | - |
| YUV | 177.65 | 139.48 | 15.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 198 | 0.92 | 0 | 0.22 | 0.00 | 165.64 | 0.99 | 0.54 |
| Hex | 14 | FE | C6 | 5C | 0 | 16 | 0 | A6 | 63 | 36 |
| Octal | 24 | 376 | 306 | 134 | 0 | 26 | 0 | 246 | 143 | 66 |
| Binary | 10100 | 11111110 | 11000110 | 1011100 | 0 | 10110 | 0 | 10100110 | 1100011 | 110110 |
Color Harmonies of #14FEC6
Complementary color
Monochromatic Colors of #14FEC6
Black with #14FEC6
Text Example
Text Example
White with #14FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEC6; }
p { color: rgb(20,254,198); }
H1.HeaderClassName
{
color: #14FEC6;
}
.AnyTagClassName
{
color: #14FEC6;
}
</style>
background-color css
<style>
a { background-color: #14FEC6; }
a { background-color: rgb(20,254,198); }
div.DivClassName
{
background-color: #14FEC6;
}
.BgClassName
{
background-color: #14FEC6;
}
</style>
border-color css
<style>
span { border-color: #14FEC6; }
span { border-color: rgb(20,254,198); }
td.TdClassName
{
border-color: #14FEC6;
}
.TagClassName
{
border-color: #14FEC6;
}
</style>