Shades of Bright Turquoise #14FCC9
Tints of Bright Turquoise #14FCC9
RGB
CMYK
RGB Variations
Color information
#14FCC9 (or 0x14FCC9) is known color: Bright Turquoise. HEX triplet: 14, FC and C9. RGB value is (20,252,201). Sum of RGB (Red+Green+Blue) = 20+252+201=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCC9 is #EB0336. Grayscale: #B0B0B0. Windows color (decimal): -15401783 or 13237268. OLE color: 13237268.
HSL color Cylindrical-coordinate representation of color #14FCC9: hue angle of 166.81º 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 #14FCC9 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 201 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.01 |
| HSL | 166.81º | 0.97% | 0.53% | - |
| HSV(B) | 166.81º | 0.92% | 0.99% | - |
| XYZ | 45.64 | 73.99 | 67.13 | - |
| YUV | 176.82 | 141.64 | 16.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 201 | 0.92 | 0 | 0.20 | 0.01 | 166.81 | 0.97 | 0.53 |
| Hex | 14 | FC | C9 | 5C | 0 | 14 | 1 | A7 | 61 | 35 |
| Octal | 24 | 374 | 311 | 134 | 0 | 24 | 1 | 247 | 141 | 65 |
| Binary | 10100 | 11111100 | 11001001 | 1011100 | 0 | 10100 | 1 | 10100111 | 1100001 | 110101 |
Color Harmonies of #14FCC9
Complementary color
Monochromatic Colors of #14FCC9
Black with #14FCC9
Text Example
Text Example
White with #14FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCC9; }
p { color: rgb(20,252,201); }
H1.HeaderClassName
{
color: #14FCC9;
}
.AnyTagClassName
{
color: #14FCC9;
}
</style>
background-color css
<style>
a { background-color: #14FCC9; }
a { background-color: rgb(20,252,201); }
div.DivClassName
{
background-color: #14FCC9;
}
.BgClassName
{
background-color: #14FCC9;
}
</style>
border-color css
<style>
span { border-color: #14FCC9; }
span { border-color: rgb(20,252,201); }
td.TdClassName
{
border-color: #14FCC9;
}
.TagClassName
{
border-color: #14FCC9;
}
</style>