Shades of Bright Turquoise #14FED0
Tints of Bright Turquoise #14FED0
RGB
CMYK
RGB Variations
Color information
#14FED0 (or 0x14FED0) is known color: Bright Turquoise. HEX triplet: 14, FE and D0. RGB value is (20,254,208). Sum of RGB (Red+Green+Blue) = 20+254+208=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #14FED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FED0 is #EB012F. Grayscale: #B2B2B2. Windows color (decimal): -15401264 or 13696532. OLE color: 13696532.
HSL color Cylindrical-coordinate representation of color #14FED0: hue angle of 168.21º 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 #14FED0 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 208 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.00 |
| HSL | 168.21º | 0.99% | 0.54% | - |
| HSV(B) | 168.21º | 0.92% | 1% | - |
| XYZ | 47.12 | 75.59 | 71.78 | - |
| YUV | 178.79 | 144.48 | 14.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 208 | 0.92 | 0 | 0.18 | 0.00 | 168.21 | 0.99 | 0.54 |
| Hex | 14 | FE | D0 | 5C | 0 | 12 | 0 | A8 | 63 | 36 |
| Octal | 24 | 376 | 320 | 134 | 0 | 22 | 0 | 250 | 143 | 66 |
| Binary | 10100 | 11111110 | 11010000 | 1011100 | 0 | 10010 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #14FED0
Complementary color
Monochromatic Colors of #14FED0
Black with #14FED0
Text Example
Text Example
White with #14FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FED0; }
p { color: rgb(20,254,208); }
H1.HeaderClassName
{
color: #14FED0;
}
.AnyTagClassName
{
color: #14FED0;
}
</style>
background-color css
<style>
a { background-color: #14FED0; }
a { background-color: rgb(20,254,208); }
div.DivClassName
{
background-color: #14FED0;
}
.BgClassName
{
background-color: #14FED0;
}
</style>
border-color css
<style>
span { border-color: #14FED0; }
span { border-color: rgb(20,254,208); }
td.TdClassName
{
border-color: #14FED0;
}
.TagClassName
{
border-color: #14FED0;
}
</style>