Shades of Bright Turquoise #14FCCC
Tints of Bright Turquoise #14FCCC
RGB
CMYK
RGB Variations
Color information
#14FCCC (or 0x14FCCC) is known color: Bright Turquoise. HEX triplet: 14, FC and CC. RGB value is (20,252,204). Sum of RGB (Red+Green+Blue) = 20+252+204=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCCC is #EB0333. Grayscale: #B1B1B1. Windows color (decimal): -15401780 or 13433876. OLE color: 13433876.
HSL color Cylindrical-coordinate representation of color #14FCCC: hue angle of 167.59º 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 #14FCCC is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 204 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.01 |
| HSL | 167.59º | 0.97% | 0.53% | - |
| HSV(B) | 167.59º | 0.92% | 0.99% | - |
| XYZ | 46 | 74.13 | 69.01 | - |
| YUV | 177.16 | 143.14 | 15.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 204 | 0.92 | 0 | 0.19 | 0.01 | 167.59 | 0.97 | 0.53 |
| Hex | 14 | FC | CC | 5C | 0 | 13 | 1 | A8 | 61 | 35 |
| Octal | 24 | 374 | 314 | 134 | 0 | 23 | 1 | 250 | 141 | 65 |
| Binary | 10100 | 11111100 | 11001100 | 1011100 | 0 | 10011 | 1 | 10101000 | 1100001 | 110101 |
Color Harmonies of #14FCCC
Complementary color
Monochromatic Colors of #14FCCC
Black with #14FCCC
Text Example
Text Example
White with #14FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCCC; }
p { color: rgb(20,252,204); }
H1.HeaderClassName
{
color: #14FCCC;
}
.AnyTagClassName
{
color: #14FCCC;
}
</style>
background-color css
<style>
a { background-color: #14FCCC; }
a { background-color: rgb(20,252,204); }
div.DivClassName
{
background-color: #14FCCC;
}
.BgClassName
{
background-color: #14FCCC;
}
</style>
border-color css
<style>
span { border-color: #14FCCC; }
span { border-color: rgb(20,252,204); }
td.TdClassName
{
border-color: #14FCCC;
}
.TagClassName
{
border-color: #14FCCC;
}
</style>