Shades of Bright Turquoise #14E1F4
Tints of Bright Turquoise #14E1F4
RGB
CMYK
RGB Variations
Color information
#14E1F4 (or 0x14E1F4) is known color: Bright Turquoise. HEX triplet: 14, E1 and F4. RGB value is (20,225,244). Sum of RGB (Red+Green+Blue) = 20+225+244=489 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.09% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #14E1F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E1F4 is #EB1E0B. Grayscale: #A5A5A5. Windows color (decimal): -15408652 or 16048404. OLE color: 16048404.
HSL color Cylindrical-coordinate representation of color #14E1F4: hue angle of 185.09º degrees, saturation: 0.91, 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 #14E1F4 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 225 | 244 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.04 |
| HSL | 185.09º | 0.91% | 0.52% | - |
| HSV(B) | 185.09º | 0.92% | 0.96% | - |
| XYZ | 43.54 | 60.53 | 94.98 | - |
| YUV | 165.87 | 172.08 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 244 | 0.92 | 0.08 | 0 | 0.04 | 185.09 | 0.91 | 0.52 |
| Hex | 14 | E1 | F4 | 5C | 8 | 0 | 4 | B9 | 5B | 34 |
| Octal | 24 | 341 | 364 | 134 | 10 | 0 | 4 | 271 | 133 | 64 |
| Binary | 10100 | 11100001 | 11110100 | 1011100 | 1000 | 0 | 100 | 10111001 | 1011011 | 110100 |
Color Harmonies of #14E1F4
Complementary color
Monochromatic Colors of #14E1F4
Black with #14E1F4
Text Example
Text Example
White with #14E1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E1F4; }
p { color: rgb(20,225,244); }
H1.HeaderClassName
{
color: #14E1F4;
}
.AnyTagClassName
{
color: #14E1F4;
}
</style>
background-color css
<style>
a { background-color: #14E1F4; }
a { background-color: rgb(20,225,244); }
div.DivClassName
{
background-color: #14E1F4;
}
.BgClassName
{
background-color: #14E1F4;
}
</style>
border-color css
<style>
span { border-color: #14E1F4; }
span { border-color: rgb(20,225,244); }
td.TdClassName
{
border-color: #14E1F4;
}
.TagClassName
{
border-color: #14E1F4;
}
</style>