Shades of Bright Turquoise #14ECF5
Tints of Bright Turquoise #14ECF5
RGB
CMYK
RGB Variations
Color information
#14ECF5 (or 0x14ECF5) is known color: Bright Turquoise. HEX triplet: 14, EC and F5. RGB value is (20,236,245). Sum of RGB (Red+Green+Blue) = 20+236+245=501 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.99% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #14ECF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14ECF5 is #EB130A. Grayscale: #ACACAC. Windows color (decimal): -15405835 or 16116756. OLE color: 16116756.
HSL color Cylindrical-coordinate representation of color #14ECF5: hue angle of 182.4º degrees, saturation: 0.92, 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 #14ECF5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 236 | 245 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.04 |
| HSL | 182.4º | 0.92% | 0.52% | - |
| HSV(B) | 182.4º | 0.92% | 0.96% | - |
| XYZ | 46.77 | 66.73 | 96.8 | - |
| YUV | 172.44 | 168.94 | 19.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 245 | 0.92 | 0.04 | 0 | 0.04 | 182.4 | 0.92 | 0.52 |
| Hex | 14 | EC | F5 | 5C | 4 | 0 | 4 | B6 | 5C | 34 |
| Octal | 24 | 354 | 365 | 134 | 4 | 0 | 4 | 266 | 134 | 64 |
| Binary | 10100 | 11101100 | 11110101 | 1011100 | 100 | 0 | 100 | 10110110 | 1011100 | 110100 |
Color Harmonies of #14ECF5
Complementary color
Monochromatic Colors of #14ECF5
Black with #14ECF5
Text Example
Text Example
White with #14ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECF5; }
p { color: rgb(20,236,245); }
H1.HeaderClassName
{
color: #14ECF5;
}
.AnyTagClassName
{
color: #14ECF5;
}
</style>
background-color css
<style>
a { background-color: #14ECF5; }
a { background-color: rgb(20,236,245); }
div.DivClassName
{
background-color: #14ECF5;
}
.BgClassName
{
background-color: #14ECF5;
}
</style>
border-color css
<style>
span { border-color: #14ECF5; }
span { border-color: rgb(20,236,245); }
td.TdClassName
{
border-color: #14ECF5;
}
.TagClassName
{
border-color: #14ECF5;
}
</style>