Shades of Bright Turquoise #14FED6
Tints of Bright Turquoise #14FED6
RGB
CMYK
RGB Variations
Color information
#14FED6 (or 0x14FED6) is known color: Bright Turquoise. HEX triplet: 14, FE and D6. RGB value is (20,254,214). Sum of RGB (Red+Green+Blue) = 20+254+214=488 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.10% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #14FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FED6 is #EB0129. Grayscale: #B3B3B3. Windows color (decimal): -15401258 or 14089748. OLE color: 14089748.
HSL color Cylindrical-coordinate representation of color #14FED6: hue angle of 169.74º 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 #14FED6 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 214 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.00 |
| HSL | 169.74º | 0.99% | 0.54% | - |
| HSV(B) | 169.74º | 0.92% | 1% | - |
| XYZ | 47.87 | 75.89 | 75.74 | - |
| YUV | 179.47 | 147.48 | 14.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 214 | 0.92 | 0 | 0.16 | 0.00 | 169.74 | 0.99 | 0.54 |
| Hex | 14 | FE | D6 | 5C | 0 | 10 | 0 | AA | 63 | 36 |
| Octal | 24 | 376 | 326 | 134 | 0 | 20 | 0 | 252 | 143 | 66 |
| Binary | 10100 | 11111110 | 11010110 | 1011100 | 0 | 10000 | 0 | 10101010 | 1100011 | 110110 |
Color Harmonies of #14FED6
Complementary color
Monochromatic Colors of #14FED6
Black with #14FED6
Text Example
Text Example
White with #14FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FED6; }
p { color: rgb(20,254,214); }
H1.HeaderClassName
{
color: #14FED6;
}
.AnyTagClassName
{
color: #14FED6;
}
</style>
background-color css
<style>
a { background-color: #14FED6; }
a { background-color: rgb(20,254,214); }
div.DivClassName
{
background-color: #14FED6;
}
.BgClassName
{
background-color: #14FED6;
}
</style>
border-color css
<style>
span { border-color: #14FED6; }
span { border-color: rgb(20,254,214); }
td.TdClassName
{
border-color: #14FED6;
}
.TagClassName
{
border-color: #14FED6;
}
</style>