Shades of Bright Turquoise #14FCD8
Tints of Bright Turquoise #14FCD8
RGB
CMYK
RGB Variations
Color information
#14FCD8 (or 0x14FCD8) is known color: Bright Turquoise. HEX triplet: 14, FC and D8. RGB value is (20,252,216). Sum of RGB (Red+Green+Blue) = 20+252+216=488 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.10% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCD8 is #EB0327. Grayscale: #B2B2B2. Windows color (decimal): -15401768 or 14220308. OLE color: 14220308.
HSL color Cylindrical-coordinate representation of color #14FCD8: hue angle of 170.69º 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 #14FCD8 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 216 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.01 |
| HSL | 170.69º | 0.97% | 0.53% | - |
| HSV(B) | 170.69º | 0.92% | 0.99% | - |
| XYZ | 47.49 | 74.73 | 76.89 | - |
| YUV | 178.53 | 149.14 | 14.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 216 | 0.92 | 0 | 0.14 | 0.01 | 170.69 | 0.97 | 0.53 |
| Hex | 14 | FC | D8 | 5C | 0 | E | 1 | AB | 61 | 35 |
| Octal | 24 | 374 | 330 | 134 | 0 | 16 | 1 | 253 | 141 | 65 |
| Binary | 10100 | 11111100 | 11011000 | 1011100 | 0 | 1110 | 1 | 10101011 | 1100001 | 110101 |
Color Harmonies of #14FCD8
Complementary color
Monochromatic Colors of #14FCD8
Black with #14FCD8
Text Example
Text Example
White with #14FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCD8; }
p { color: rgb(20,252,216); }
H1.HeaderClassName
{
color: #14FCD8;
}
.AnyTagClassName
{
color: #14FCD8;
}
</style>
background-color css
<style>
a { background-color: #14FCD8; }
a { background-color: rgb(20,252,216); }
div.DivClassName
{
background-color: #14FCD8;
}
.BgClassName
{
background-color: #14FCD8;
}
</style>
border-color css
<style>
span { border-color: #14FCD8; }
span { border-color: rgb(20,252,216); }
td.TdClassName
{
border-color: #14FCD8;
}
.TagClassName
{
border-color: #14FCD8;
}
</style>