Shades of Bright Turquoise #14FCD1
Tints of Bright Turquoise #14FCD1
RGB
CMYK
RGB Variations
Color information
#14FCD1 (or 0x14FCD1) is known color: Bright Turquoise. HEX triplet: 14, FC and D1. RGB value is (20,252,209). Sum of RGB (Red+Green+Blue) = 20+252+209=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCD1 is #EB032E. Grayscale: #B1B1B1. Windows color (decimal): -15401775 or 13761556. OLE color: 13761556.
HSL color Cylindrical-coordinate representation of color #14FCD1: hue angle of 168.88º 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 #14FCD1 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 209 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.01 |
| HSL | 168.88º | 0.97% | 0.53% | - |
| HSV(B) | 168.88º | 0.92% | 0.99% | - |
| XYZ | 46.61 | 74.37 | 72.22 | - |
| YUV | 177.73 | 145.64 | 15.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 209 | 0.92 | 0 | 0.17 | 0.01 | 168.88 | 0.97 | 0.53 |
| Hex | 14 | FC | D1 | 5C | 0 | 11 | 1 | A9 | 61 | 35 |
| Octal | 24 | 374 | 321 | 134 | 0 | 21 | 1 | 251 | 141 | 65 |
| Binary | 10100 | 11111100 | 11010001 | 1011100 | 0 | 10001 | 1 | 10101001 | 1100001 | 110101 |
Color Harmonies of #14FCD1
Complementary color
Monochromatic Colors of #14FCD1
Black with #14FCD1
Text Example
Text Example
White with #14FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCD1; }
p { color: rgb(20,252,209); }
H1.HeaderClassName
{
color: #14FCD1;
}
.AnyTagClassName
{
color: #14FCD1;
}
</style>
background-color css
<style>
a { background-color: #14FCD1; }
a { background-color: rgb(20,252,209); }
div.DivClassName
{
background-color: #14FCD1;
}
.BgClassName
{
background-color: #14FCD1;
}
</style>
border-color css
<style>
span { border-color: #14FCD1; }
span { border-color: rgb(20,252,209); }
td.TdClassName
{
border-color: #14FCD1;
}
.TagClassName
{
border-color: #14FCD1;
}
</style>