Shades of Bright Turquoise #14FFD1
Tints of Bright Turquoise #14FFD1
RGB
CMYK
RGB Variations
Color information
#14FFD1 (or 0x14FFD1) is known color: Bright Turquoise. HEX triplet: 14, FF and D1. RGB value is (20,255,209). Sum of RGB (Red+Green+Blue) = 20+255+209=484 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.13% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFD1 is #EB002E. Grayscale: #B3B3B3. Windows color (decimal): -15401007 or 13762324. OLE color: 13762324.
HSL color Cylindrical-coordinate representation of color #14FFD1: hue angle of 168.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFD1 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 209 | - |
| CMYK | 0.92 | 0 | 0.18 | 0 |
| HSL | 168.26º | 1% | 0.54% | - |
| HSV(B) | 168.26º | 0.92% | 1% | - |
| XYZ | 47.56 | 76.27 | 72.54 | - |
| YUV | 179.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 209 | 0.92 | 0 | 0.18 | 0 | 168.26 | 1 | 0.54 |
| Hex | 14 | FF | D1 | 5C | 0 | 12 | 0 | A8 | 64 | 36 |
| Octal | 24 | 377 | 321 | 134 | 0 | 22 | 0 | 250 | 144 | 66 |
| Binary | 10100 | 11111111 | 11010001 | 1011100 | 0 | 10010 | 0 | 10101000 | 1100100 | 110110 |
Color Harmonies of #14FFD1
Complementary color
Monochromatic Colors of #14FFD1
Black with #14FFD1
Text Example
Text Example
White with #14FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFD1; }
p { color: rgb(20,255,209); }
H1.HeaderClassName
{
color: #14FFD1;
}
.AnyTagClassName
{
color: #14FFD1;
}
</style>
background-color css
<style>
a { background-color: #14FFD1; }
a { background-color: rgb(20,255,209); }
div.DivClassName
{
background-color: #14FFD1;
}
.BgClassName
{
background-color: #14FFD1;
}
</style>
border-color css
<style>
span { border-color: #14FFD1; }
span { border-color: rgb(20,255,209); }
td.TdClassName
{
border-color: #14FFD1;
}
.TagClassName
{
border-color: #14FFD1;
}
</style>