Shades of Bright Turquoise #14F8DB
Tints of Bright Turquoise #14F8DB
RGB
CMYK
RGB Variations
Color information
#14F8DB (or 0x14F8DB) is known color: Bright Turquoise. HEX triplet: 14, F8 and DB. RGB value is (20,248,219). Sum of RGB (Red+Green+Blue) = 20+248+219=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #14F8DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F8DB is #EB0724. Grayscale: #B0B0B0. Windows color (decimal): -15402789 or 14415892. OLE color: 14415892.
HSL color Cylindrical-coordinate representation of color #14F8DB: hue angle of 172.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F8DB is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 219 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.03 |
| HSL | 172.37º | 0.94% | 0.53% | - |
| HSV(B) | 172.37º | 0.92% | 0.97% | - |
| XYZ | 46.64 | 72.4 | 78.53 | - |
| YUV | 176.52 | 151.96 | 16.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 219 | 0.92 | 0 | 0.12 | 0.03 | 172.37 | 0.94 | 0.53 |
| Hex | 14 | F8 | DB | 5C | 0 | C | 3 | AC | 5E | 35 |
| Octal | 24 | 370 | 333 | 134 | 0 | 14 | 3 | 254 | 136 | 65 |
| Binary | 10100 | 11111000 | 11011011 | 1011100 | 0 | 1100 | 11 | 10101100 | 1011110 | 110101 |
Color Harmonies of #14F8DB
Complementary color
Monochromatic Colors of #14F8DB
Black with #14F8DB
Text Example
Text Example
White with #14F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F8DB; }
p { color: rgb(20,248,219); }
H1.HeaderClassName
{
color: #14F8DB;
}
.AnyTagClassName
{
color: #14F8DB;
}
</style>
background-color css
<style>
a { background-color: #14F8DB; }
a { background-color: rgb(20,248,219); }
div.DivClassName
{
background-color: #14F8DB;
}
.BgClassName
{
background-color: #14F8DB;
}
</style>
border-color css
<style>
span { border-color: #14F8DB; }
span { border-color: rgb(20,248,219); }
td.TdClassName
{
border-color: #14F8DB;
}
.TagClassName
{
border-color: #14F8DB;
}
</style>