Shades of Bright Turquoise #14FCC0
Tints of Bright Turquoise #14FCC0
RGB
CMYK
RGB Variations
Color information
#14FCC0 (or 0x14FCC0) is known color: Bright Turquoise. HEX triplet: 14, FC and C0. RGB value is (20,252,192). Sum of RGB (Red+Green+Blue) = 20+252+192=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCC0 is #EB033F. Grayscale: #AFAFAF. Windows color (decimal): -15401792 or 12647444. OLE color: 12647444.
HSL color Cylindrical-coordinate representation of color #14FCC0: hue angle of 164.48º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCC0 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 192 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.01 |
| HSL | 164.48º | 0.97% | 0.53% | - |
| HSV(B) | 164.48º | 0.92% | 0.99% | - |
| XYZ | 44.61 | 73.58 | 61.72 | - |
| YUV | 175.79 | 137.14 | 16.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 192 | 0.92 | 0 | 0.24 | 0.01 | 164.48 | 0.97 | 0.53 |
| Hex | 14 | FC | C0 | 5C | 0 | 18 | 1 | A4 | 61 | 35 |
| Octal | 24 | 374 | 300 | 134 | 0 | 30 | 1 | 244 | 141 | 65 |
| Binary | 10100 | 11111100 | 11000000 | 1011100 | 0 | 11000 | 1 | 10100100 | 1100001 | 110101 |
Color Harmonies of #14FCC0
Complementary color
Monochromatic Colors of #14FCC0
Black with #14FCC0
Text Example
Text Example
White with #14FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCC0; }
p { color: rgb(20,252,192); }
H1.HeaderClassName
{
color: #14FCC0;
}
.AnyTagClassName
{
color: #14FCC0;
}
</style>
background-color css
<style>
a { background-color: #14FCC0; }
a { background-color: rgb(20,252,192); }
div.DivClassName
{
background-color: #14FCC0;
}
.BgClassName
{
background-color: #14FCC0;
}
</style>
border-color css
<style>
span { border-color: #14FCC0; }
span { border-color: rgb(20,252,192); }
td.TdClassName
{
border-color: #14FCC0;
}
.TagClassName
{
border-color: #14FCC0;
}
</style>