Shades of Bright Turquoise #14FFD5
Tints of Bright Turquoise #14FFD5
RGB
CMYK
RGB Variations
Color information
#14FFD5 (or 0x14FFD5) is known color: Bright Turquoise. HEX triplet: 14, FF and D5. RGB value is (20,255,213). Sum of RGB (Red+Green+Blue) = 20+255+213=488 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.10% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFD5 is #EB002A. Grayscale: #B3B3B3. Windows color (decimal): -15401003 or 14024468. OLE color: 14024468.
HSL color Cylindrical-coordinate representation of color #14FFD5: hue angle of 169.28º 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 #14FFD5 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 213 | - |
| CMYK | 0.92 | 0 | 0.16 | 0 |
| HSL | 169.28º | 1% | 0.54% | - |
| HSV(B) | 169.28º | 0.92% | 1% | - |
| XYZ | 48.06 | 76.47 | 75.18 | - |
| YUV | 179.95 | 146.64 | 13.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 213 | 0.92 | 0 | 0.16 | 0 | 169.28 | 1 | 0.54 |
| Hex | 14 | FF | D5 | 5C | 0 | 10 | 0 | A9 | 64 | 36 |
| Octal | 24 | 377 | 325 | 134 | 0 | 20 | 0 | 251 | 144 | 66 |
| Binary | 10100 | 11111111 | 11010101 | 1011100 | 0 | 10000 | 0 | 10101001 | 1100100 | 110110 |
Color Harmonies of #14FFD5
Complementary color
Monochromatic Colors of #14FFD5
Black with #14FFD5
Text Example
Text Example
White with #14FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFD5; }
p { color: rgb(20,255,213); }
H1.HeaderClassName
{
color: #14FFD5;
}
.AnyTagClassName
{
color: #14FFD5;
}
</style>
background-color css
<style>
a { background-color: #14FFD5; }
a { background-color: rgb(20,255,213); }
div.DivClassName
{
background-color: #14FFD5;
}
.BgClassName
{
background-color: #14FFD5;
}
</style>
border-color css
<style>
span { border-color: #14FFD5; }
span { border-color: rgb(20,255,213); }
td.TdClassName
{
border-color: #14FFD5;
}
.TagClassName
{
border-color: #14FFD5;
}
</style>