Shades of Bright Turquoise #14EFCD
Tints of Bright Turquoise #14EFCD
RGB
CMYK
RGB Variations
Color information
#14EFCD (or 0x14EFCD) is known color: Bright Turquoise. HEX triplet: 14, EF and CD. RGB value is (20,239,205). Sum of RGB (Red+Green+Blue) = 20+239+205=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFCD is #EB1032. Grayscale: #A9A9A9. Windows color (decimal): -15405107 or 13496084. OLE color: 13496084.
HSL color Cylindrical-coordinate representation of color #14EFCD: hue angle of 170.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFCD is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 205 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.06 |
| HSL | 170.68º | 0.87% | 0.51% | - |
| HSV(B) | 170.68º | 0.92% | 0.94% | - |
| XYZ | 42.17 | 66.29 | 68.33 | - |
| YUV | 169.64 | 147.95 | 21.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 205 | 0.92 | 0 | 0.14 | 0.06 | 170.68 | 0.87 | 0.51 |
| Hex | 14 | EF | CD | 5C | 0 | E | 6 | AB | 57 | 33 |
| Octal | 24 | 357 | 315 | 134 | 0 | 16 | 6 | 253 | 127 | 63 |
| Binary | 10100 | 11101111 | 11001101 | 1011100 | 0 | 1110 | 110 | 10101011 | 1010111 | 110011 |
Color Harmonies of #14EFCD
Complementary color
Monochromatic Colors of #14EFCD
Black with #14EFCD
Text Example
Text Example
White with #14EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFCD; }
p { color: rgb(20,239,205); }
H1.HeaderClassName
{
color: #14EFCD;
}
.AnyTagClassName
{
color: #14EFCD;
}
</style>
background-color css
<style>
a { background-color: #14EFCD; }
a { background-color: rgb(20,239,205); }
div.DivClassName
{
background-color: #14EFCD;
}
.BgClassName
{
background-color: #14EFCD;
}
</style>
border-color css
<style>
span { border-color: #14EFCD; }
span { border-color: rgb(20,239,205); }
td.TdClassName
{
border-color: #14EFCD;
}
.TagClassName
{
border-color: #14EFCD;
}
</style>