Shades of Bright Turquoise #14FADB
Tints of Bright Turquoise #14FADB
RGB
CMYK
RGB Variations
Color information
#14FADB (or 0x14FADB) is known color: Bright Turquoise. HEX triplet: 14, FA and DB. RGB value is (20,250,219). Sum of RGB (Red+Green+Blue) = 20+250+219=489 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.09% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #14FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FADB is #EB0524. Grayscale: #B1B1B1. Windows color (decimal): -15402277 or 14416404. OLE color: 14416404.
HSL color Cylindrical-coordinate representation of color #14FADB: hue angle of 171.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FADB is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 219 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.02 |
| HSL | 171.91º | 0.96% | 0.53% | - |
| HSV(B) | 171.91º | 0.92% | 0.98% | - |
| XYZ | 47.26 | 73.63 | 78.74 | - |
| YUV | 177.7 | 151.3 | 15.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 219 | 0.92 | 0 | 0.12 | 0.02 | 171.91 | 0.96 | 0.53 |
| Hex | 14 | FA | DB | 5C | 0 | C | 2 | AC | 60 | 35 |
| Octal | 24 | 372 | 333 | 134 | 0 | 14 | 2 | 254 | 140 | 65 |
| Binary | 10100 | 11111010 | 11011011 | 1011100 | 0 | 1100 | 10 | 10101100 | 1100000 | 110101 |
Color Harmonies of #14FADB
Complementary color
Monochromatic Colors of #14FADB
Black with #14FADB
Text Example
Text Example
White with #14FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FADB; }
p { color: rgb(20,250,219); }
H1.HeaderClassName
{
color: #14FADB;
}
.AnyTagClassName
{
color: #14FADB;
}
</style>
background-color css
<style>
a { background-color: #14FADB; }
a { background-color: rgb(20,250,219); }
div.DivClassName
{
background-color: #14FADB;
}
.BgClassName
{
background-color: #14FADB;
}
</style>
border-color css
<style>
span { border-color: #14FADB; }
span { border-color: rgb(20,250,219); }
td.TdClassName
{
border-color: #14FADB;
}
.TagClassName
{
border-color: #14FADB;
}
</style>