Shades of Bright Turquoise #14FEDA
Tints of Bright Turquoise #14FEDA
RGB
CMYK
RGB Variations
Color information
#14FEDA (or 0x14FEDA) is known color: Bright Turquoise. HEX triplet: 14, FE and DA. RGB value is (20,254,218). Sum of RGB (Red+Green+Blue) = 20+254+218=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEDA is #EB0125. Grayscale: #B3B3B3. Windows color (decimal): -15401254 or 14351892. OLE color: 14351892.
HSL color Cylindrical-coordinate representation of color #14FEDA: hue angle of 170.77º 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 #14FEDA is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 218 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.00 |
| HSL | 170.77º | 0.99% | 0.54% | - |
| HSV(B) | 170.77º | 0.92% | 1% | - |
| XYZ | 48.39 | 76.09 | 78.47 | - |
| YUV | 179.93 | 149.48 | 13.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 218 | 0.92 | 0 | 0.14 | 0.00 | 170.77 | 0.99 | 0.54 |
| Hex | 14 | FE | DA | 5C | 0 | E | 0 | AB | 63 | 36 |
| Octal | 24 | 376 | 332 | 134 | 0 | 16 | 0 | 253 | 143 | 66 |
| Binary | 10100 | 11111110 | 11011010 | 1011100 | 0 | 1110 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #14FEDA
Complementary color
Monochromatic Colors of #14FEDA
Black with #14FEDA
Text Example
Text Example
White with #14FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEDA; }
p { color: rgb(20,254,218); }
H1.HeaderClassName
{
color: #14FEDA;
}
.AnyTagClassName
{
color: #14FEDA;
}
</style>
background-color css
<style>
a { background-color: #14FEDA; }
a { background-color: rgb(20,254,218); }
div.DivClassName
{
background-color: #14FEDA;
}
.BgClassName
{
background-color: #14FEDA;
}
</style>
border-color css
<style>
span { border-color: #14FEDA; }
span { border-color: rgb(20,254,218); }
td.TdClassName
{
border-color: #14FEDA;
}
.TagClassName
{
border-color: #14FEDA;
}
</style>