Shades of Bright Turquoise #14FECE
Tints of Bright Turquoise #14FECE
RGB
CMYK
RGB Variations
Color information
#14FECE (or 0x14FECE) is known color: Bright Turquoise. HEX triplet: 14, FE and CE. RGB value is (20,254,206). Sum of RGB (Red+Green+Blue) = 20+254+206=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #14FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FECE is #EB0131. Grayscale: #B2B2B2. Windows color (decimal): -15401266 or 13565460. OLE color: 13565460.
HSL color Cylindrical-coordinate representation of color #14FECE: hue angle of 167.69º 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 #14FECE is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 206 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.00 |
| HSL | 167.69º | 0.99% | 0.54% | - |
| HSV(B) | 167.69º | 0.92% | 1% | - |
| XYZ | 46.87 | 75.49 | 70.49 | - |
| YUV | 178.56 | 143.48 | 14.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 206 | 0.92 | 0 | 0.19 | 0.00 | 167.69 | 0.99 | 0.54 |
| Hex | 14 | FE | CE | 5C | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 24 | 376 | 316 | 134 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10100 | 11111110 | 11001110 | 1011100 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #14FECE
Complementary color
Monochromatic Colors of #14FECE
Black with #14FECE
Text Example
Text Example
White with #14FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FECE; }
p { color: rgb(20,254,206); }
H1.HeaderClassName
{
color: #14FECE;
}
.AnyTagClassName
{
color: #14FECE;
}
</style>
background-color css
<style>
a { background-color: #14FECE; }
a { background-color: rgb(20,254,206); }
div.DivClassName
{
background-color: #14FECE;
}
.BgClassName
{
background-color: #14FECE;
}
</style>
border-color css
<style>
span { border-color: #14FECE; }
span { border-color: rgb(20,254,206); }
td.TdClassName
{
border-color: #14FECE;
}
.TagClassName
{
border-color: #14FECE;
}
</style>