Shades of Bright Turquoise #14FFCC
Tints of Bright Turquoise #14FFCC
RGB
CMYK
RGB Variations
Color information
#14FFCC (or 0x14FFCC) is known color: Bright Turquoise. HEX triplet: 14, FF and CC. RGB value is (20,255,204). Sum of RGB (Red+Green+Blue) = 20+255+204=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFCC is #EB0033. Grayscale: #B2B2B2. Windows color (decimal): -15401012 or 13434644. OLE color: 13434644.
HSL color Cylindrical-coordinate representation of color #14FFCC: hue angle of 166.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFCC is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 204 | - |
| CMYK | 0.92 | 0 | 0.2 | 0 |
| HSL | 166.98º | 1% | 0.54% | - |
| HSV(B) | 166.98º | 0.92% | 1% | - |
| XYZ | 46.95 | 76.03 | 69.33 | - |
| YUV | 178.92 | 142.14 | 14.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 204 | 0.92 | 0 | 0.2 | 0 | 166.98 | 1 | 0.54 |
| Hex | 14 | FF | CC | 5C | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 24 | 377 | 314 | 134 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10100 | 11111111 | 11001100 | 1011100 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #14FFCC
Complementary color
Monochromatic Colors of #14FFCC
Black with #14FFCC
Text Example
Text Example
White with #14FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFCC; }
p { color: rgb(20,255,204); }
H1.HeaderClassName
{
color: #14FFCC;
}
.AnyTagClassName
{
color: #14FFCC;
}
</style>
background-color css
<style>
a { background-color: #14FFCC; }
a { background-color: rgb(20,255,204); }
div.DivClassName
{
background-color: #14FFCC;
}
.BgClassName
{
background-color: #14FFCC;
}
</style>
border-color css
<style>
span { border-color: #14FFCC; }
span { border-color: rgb(20,255,204); }
td.TdClassName
{
border-color: #14FFCC;
}
.TagClassName
{
border-color: #14FFCC;
}
</style>