Shades of Bright Turquoise #14F3EC
Tints of Bright Turquoise #14F3EC
RGB
CMYK
RGB Variations
Color information
#14F3EC (or 0x14F3EC) is known color: Bright Turquoise. HEX triplet: 14, F3 and EC. RGB value is (20,243,236). Sum of RGB (Red+Green+Blue) = 20+243+236=499 (66% of max value = 765). Red value is 20 (8.20% from 255 or 4.01% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #14F3EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F3EC is #EB0C13. Grayscale: #AFAFAF. Windows color (decimal): -15404052 or 15528724. OLE color: 15528724.
HSL color Cylindrical-coordinate representation of color #14F3EC: hue angle of 178.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F3EC is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 236 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.05 |
| HSL | 178.12º | 0.9% | 0.52% | - |
| HSV(B) | 178.12º | 0.92% | 0.95% | - |
| XYZ | 47.48 | 70.31 | 90.42 | - |
| YUV | 175.53 | 162.12 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 236 | 0.92 | 0 | 0.03 | 0.05 | 178.12 | 0.9 | 0.52 |
| Hex | 14 | F3 | EC | 5C | 0 | 3 | 5 | B2 | 5A | 34 |
| Octal | 24 | 363 | 354 | 134 | 0 | 3 | 5 | 262 | 132 | 64 |
| Binary | 10100 | 11110011 | 11101100 | 1011100 | 0 | 11 | 101 | 10110010 | 1011010 | 110100 |
Color Harmonies of #14F3EC
Complementary color
Monochromatic Colors of #14F3EC
Black with #14F3EC
Text Example
Text Example
White with #14F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F3EC; }
p { color: rgb(20,243,236); }
H1.HeaderClassName
{
color: #14F3EC;
}
.AnyTagClassName
{
color: #14F3EC;
}
</style>
background-color css
<style>
a { background-color: #14F3EC; }
a { background-color: rgb(20,243,236); }
div.DivClassName
{
background-color: #14F3EC;
}
.BgClassName
{
background-color: #14F3EC;
}
</style>
border-color css
<style>
span { border-color: #14F3EC; }
span { border-color: rgb(20,243,236); }
td.TdClassName
{
border-color: #14F3EC;
}
.TagClassName
{
border-color: #14F3EC;
}
</style>