Shades of Bright Turquoise #14FCDD
Tints of Bright Turquoise #14FCDD
RGB
CMYK
RGB Variations
Color information
#14FCDD (or 0x14FCDD) is known color: Bright Turquoise. HEX triplet: 14, FC and DD. RGB value is (20,252,221). Sum of RGB (Red+Green+Blue) = 20+252+221=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCDD is #EB0322. Grayscale: #B2B2B2. Windows color (decimal): -15401763 or 14547988. OLE color: 14547988.
HSL color Cylindrical-coordinate representation of color #14FCDD: hue angle of 171.98º 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 #14FCDD is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 221 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.01 |
| HSL | 171.98º | 0.97% | 0.53% | - |
| HSV(B) | 171.98º | 0.92% | 0.99% | - |
| XYZ | 48.15 | 74.99 | 80.34 | - |
| YUV | 179.1 | 151.64 | 14.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 221 | 0.92 | 0 | 0.12 | 0.01 | 171.98 | 0.97 | 0.53 |
| Hex | 14 | FC | DD | 5C | 0 | C | 1 | AC | 61 | 35 |
| Octal | 24 | 374 | 335 | 134 | 0 | 14 | 1 | 254 | 141 | 65 |
| Binary | 10100 | 11111100 | 11011101 | 1011100 | 0 | 1100 | 1 | 10101100 | 1100001 | 110101 |
Color Harmonies of #14FCDD
Complementary color
Monochromatic Colors of #14FCDD
Black with #14FCDD
Text Example
Text Example
White with #14FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCDD; }
p { color: rgb(20,252,221); }
H1.HeaderClassName
{
color: #14FCDD;
}
.AnyTagClassName
{
color: #14FCDD;
}
</style>
background-color css
<style>
a { background-color: #14FCDD; }
a { background-color: rgb(20,252,221); }
div.DivClassName
{
background-color: #14FCDD;
}
.BgClassName
{
background-color: #14FCDD;
}
</style>
border-color css
<style>
span { border-color: #14FCDD; }
span { border-color: rgb(20,252,221); }
td.TdClassName
{
border-color: #14FCDD;
}
.TagClassName
{
border-color: #14FCDD;
}
</style>