Shades of Bright Turquoise #14FCD2
Tints of Bright Turquoise #14FCD2
RGB
CMYK
RGB Variations
Color information
#14FCD2 (or 0x14FCD2) is known color: Bright Turquoise. HEX triplet: 14, FC and D2. RGB value is (20,252,210). Sum of RGB (Red+Green+Blue) = 20+252+210=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCD2 is #EB032D. Grayscale: #B1B1B1. Windows color (decimal): -15401774 or 13827092. OLE color: 13827092.
HSL color Cylindrical-coordinate representation of color #14FCD2: hue angle of 169.14º 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 #14FCD2 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 210 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.01 |
| HSL | 169.14º | 0.97% | 0.53% | - |
| HSV(B) | 169.14º | 0.92% | 0.99% | - |
| XYZ | 46.73 | 74.42 | 72.87 | - |
| YUV | 177.84 | 146.14 | 15.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 210 | 0.92 | 0 | 0.17 | 0.01 | 169.14 | 0.97 | 0.53 |
| Hex | 14 | FC | D2 | 5C | 0 | 11 | 1 | A9 | 61 | 35 |
| Octal | 24 | 374 | 322 | 134 | 0 | 21 | 1 | 251 | 141 | 65 |
| Binary | 10100 | 11111100 | 11010010 | 1011100 | 0 | 10001 | 1 | 10101001 | 1100001 | 110101 |
Color Harmonies of #14FCD2
Complementary color
Monochromatic Colors of #14FCD2
Black with #14FCD2
Text Example
Text Example
White with #14FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCD2; }
p { color: rgb(20,252,210); }
H1.HeaderClassName
{
color: #14FCD2;
}
.AnyTagClassName
{
color: #14FCD2;
}
</style>
background-color css
<style>
a { background-color: #14FCD2; }
a { background-color: rgb(20,252,210); }
div.DivClassName
{
background-color: #14FCD2;
}
.BgClassName
{
background-color: #14FCD2;
}
</style>
border-color css
<style>
span { border-color: #14FCD2; }
span { border-color: rgb(20,252,210); }
td.TdClassName
{
border-color: #14FCD2;
}
.TagClassName
{
border-color: #14FCD2;
}
</style>