Shades of Bright Turquoise #14FECF
Tints of Bright Turquoise #14FECF
RGB
CMYK
RGB Variations
Color information
#14FECF (or 0x14FECF) is known color: Bright Turquoise. HEX triplet: 14, FE and CF. RGB value is (20,254,207). Sum of RGB (Red+Green+Blue) = 20+254+207=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #14FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FECF is #EB0130. Grayscale: #B2B2B2. Windows color (decimal): -15401265 or 13630996. OLE color: 13630996.
HSL color Cylindrical-coordinate representation of color #14FECF: hue angle of 167.95º 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 #14FECF is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 207 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.00 |
| HSL | 167.95º | 0.99% | 0.54% | - |
| HSV(B) | 167.95º | 0.92% | 1% | - |
| XYZ | 46.99 | 75.54 | 71.13 | - |
| YUV | 178.68 | 143.98 | 14.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 207 | 0.92 | 0 | 0.19 | 0.00 | 167.95 | 0.99 | 0.54 |
| Hex | 14 | FE | CF | 5C | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 24 | 376 | 317 | 134 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10100 | 11111110 | 11001111 | 1011100 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #14FECF
Complementary color
Monochromatic Colors of #14FECF
Black with #14FECF
Text Example
Text Example
White with #14FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FECF; }
p { color: rgb(20,254,207); }
H1.HeaderClassName
{
color: #14FECF;
}
.AnyTagClassName
{
color: #14FECF;
}
</style>
background-color css
<style>
a { background-color: #14FECF; }
a { background-color: rgb(20,254,207); }
div.DivClassName
{
background-color: #14FECF;
}
.BgClassName
{
background-color: #14FECF;
}
</style>
border-color css
<style>
span { border-color: #14FECF; }
span { border-color: rgb(20,254,207); }
td.TdClassName
{
border-color: #14FECF;
}
.TagClassName
{
border-color: #14FECF;
}
</style>