Shades of Bright Turquoise #14FCDB
Tints of Bright Turquoise #14FCDB
RGB
CMYK
RGB Variations
Color information
#14FCDB (or 0x14FCDB) is known color: Bright Turquoise. HEX triplet: 14, FC and DB. RGB value is (20,252,219). Sum of RGB (Red+Green+Blue) = 20+252+219=491 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCDB is #EB0324. Grayscale: #B2B2B2. Windows color (decimal): -15401765 or 14416916. OLE color: 14416916.
HSL color Cylindrical-coordinate representation of color #14FCDB: hue angle of 171.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCDB is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 219 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.01 |
| HSL | 171.47º | 0.97% | 0.53% | - |
| HSV(B) | 171.47º | 0.92% | 0.99% | - |
| XYZ | 47.89 | 74.88 | 78.95 | - |
| YUV | 178.87 | 150.64 | 14.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 219 | 0.92 | 0 | 0.13 | 0.01 | 171.47 | 0.97 | 0.53 |
| Hex | 14 | FC | DB | 5C | 0 | D | 1 | AB | 61 | 35 |
| Octal | 24 | 374 | 333 | 134 | 0 | 15 | 1 | 253 | 141 | 65 |
| Binary | 10100 | 11111100 | 11011011 | 1011100 | 0 | 1101 | 1 | 10101011 | 1100001 | 110101 |
Color Harmonies of #14FCDB
Complementary color
Monochromatic Colors of #14FCDB
Black with #14FCDB
Text Example
Text Example
White with #14FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCDB; }
p { color: rgb(20,252,219); }
H1.HeaderClassName
{
color: #14FCDB;
}
.AnyTagClassName
{
color: #14FCDB;
}
</style>
background-color css
<style>
a { background-color: #14FCDB; }
a { background-color: rgb(20,252,219); }
div.DivClassName
{
background-color: #14FCDB;
}
.BgClassName
{
background-color: #14FCDB;
}
</style>
border-color css
<style>
span { border-color: #14FCDB; }
span { border-color: rgb(20,252,219); }
td.TdClassName
{
border-color: #14FCDB;
}
.TagClassName
{
border-color: #14FCDB;
}
</style>