Shades of Bright Turquoise #14FEC5
Tints of Bright Turquoise #14FEC5
RGB
CMYK
RGB Variations
Color information
#14FEC5 (or 0x14FEC5) is known color: Bright Turquoise. HEX triplet: 14, FE and C5. RGB value is (20,254,197). Sum of RGB (Red+Green+Blue) = 20+254+197=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEC5 is #EB013A. Grayscale: #B1B1B1. Windows color (decimal): -15401275 or 12975636. OLE color: 12975636.
HSL color Cylindrical-coordinate representation of color #14FEC5: hue angle of 165.38º 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 #14FEC5 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 197 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.00 |
| HSL | 165.38º | 0.99% | 0.54% | - |
| HSV(B) | 165.38º | 0.92% | 1% | - |
| XYZ | 45.81 | 75.06 | 64.9 | - |
| YUV | 177.54 | 138.98 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 197 | 0.92 | 0 | 0.22 | 0.00 | 165.38 | 0.99 | 0.54 |
| Hex | 14 | FE | C5 | 5C | 0 | 16 | 0 | A5 | 63 | 36 |
| Octal | 24 | 376 | 305 | 134 | 0 | 26 | 0 | 245 | 143 | 66 |
| Binary | 10100 | 11111110 | 11000101 | 1011100 | 0 | 10110 | 0 | 10100101 | 1100011 | 110110 |
Color Harmonies of #14FEC5
Complementary color
Monochromatic Colors of #14FEC5
Black with #14FEC5
Text Example
Text Example
White with #14FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEC5; }
p { color: rgb(20,254,197); }
H1.HeaderClassName
{
color: #14FEC5;
}
.AnyTagClassName
{
color: #14FEC5;
}
</style>
background-color css
<style>
a { background-color: #14FEC5; }
a { background-color: rgb(20,254,197); }
div.DivClassName
{
background-color: #14FEC5;
}
.BgClassName
{
background-color: #14FEC5;
}
</style>
border-color css
<style>
span { border-color: #14FEC5; }
span { border-color: rgb(20,254,197); }
td.TdClassName
{
border-color: #14FEC5;
}
.TagClassName
{
border-color: #14FEC5;
}
</style>