Shades of Bright Turquoise #14ECF6
Tints of Bright Turquoise #14ECF6
RGB
CMYK
RGB Variations
Color information
#14ECF6 (or 0x14ECF6) is known color: Bright Turquoise. HEX triplet: 14, EC and F6. RGB value is (20,236,246). Sum of RGB (Red+Green+Blue) = 20+236+246=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #14ECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14ECF6 is #EB1309. Grayscale: #ACACAC. Windows color (decimal): -15405834 or 16182292. OLE color: 16182292.
HSL color Cylindrical-coordinate representation of color #14ECF6: hue angle of 182.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECF6 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 236 | 246 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.04 |
| HSL | 182.65º | 0.93% | 0.52% | - |
| HSV(B) | 182.65º | 0.92% | 0.96% | - |
| XYZ | 46.92 | 66.79 | 97.61 | - |
| YUV | 172.56 | 169.44 | 19.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 246 | 0.92 | 0.04 | 0 | 0.04 | 182.65 | 0.93 | 0.52 |
| Hex | 14 | EC | F6 | 5C | 4 | 0 | 4 | B7 | 5D | 34 |
| Octal | 24 | 354 | 366 | 134 | 4 | 0 | 4 | 267 | 135 | 64 |
| Binary | 10100 | 11101100 | 11110110 | 1011100 | 100 | 0 | 100 | 10110111 | 1011101 | 110100 |
Color Harmonies of #14ECF6
Complementary color
Monochromatic Colors of #14ECF6
Black with #14ECF6
Text Example
Text Example
White with #14ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECF6; }
p { color: rgb(20,236,246); }
H1.HeaderClassName
{
color: #14ECF6;
}
.AnyTagClassName
{
color: #14ECF6;
}
</style>
background-color css
<style>
a { background-color: #14ECF6; }
a { background-color: rgb(20,236,246); }
div.DivClassName
{
background-color: #14ECF6;
}
.BgClassName
{
background-color: #14ECF6;
}
</style>
border-color css
<style>
span { border-color: #14ECF6; }
span { border-color: rgb(20,236,246); }
td.TdClassName
{
border-color: #14ECF6;
}
.TagClassName
{
border-color: #14ECF6;
}
</style>