Shades of Bright Turquoise #14EACF
Tints of Bright Turquoise #14EACF
RGB
CMYK
RGB Variations
Color information
#14EACF (or 0x14EACF) is known color: Bright Turquoise. HEX triplet: 14, EA and CF. RGB value is (20,234,207). Sum of RGB (Red+Green+Blue) = 20+234+207=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #14EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EACF is #EB1530. Grayscale: #A6A6A6. Windows color (decimal): -15406385 or 13625876. OLE color: 13625876.
HSL color Cylindrical-coordinate representation of color #14EACF: hue angle of 172.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EACF is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 207 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.08 |
| HSL | 172.43º | 0.84% | 0.5% | - |
| HSV(B) | 172.43º | 0.91% | 0.92% | - |
| XYZ | 40.97 | 63.5 | 69.13 | - |
| YUV | 166.94 | 150.6 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 207 | 0.91 | 0 | 0.12 | 0.08 | 172.43 | 0.84 | 0.5 |
| Hex | 14 | EA | CF | 5B | 0 | C | 8 | AC | 54 | 32 |
| Octal | 24 | 352 | 317 | 133 | 0 | 14 | 10 | 254 | 124 | 62 |
| Binary | 10100 | 11101010 | 11001111 | 1011011 | 0 | 1100 | 1000 | 10101100 | 1010100 | 110010 |
Color Harmonies of #14EACF
Complementary color
Monochromatic Colors of #14EACF
Black with #14EACF
Text Example
Text Example
White with #14EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EACF; }
p { color: rgb(20,234,207); }
H1.HeaderClassName
{
color: #14EACF;
}
.AnyTagClassName
{
color: #14EACF;
}
</style>
background-color css
<style>
a { background-color: #14EACF; }
a { background-color: rgb(20,234,207); }
div.DivClassName
{
background-color: #14EACF;
}
.BgClassName
{
background-color: #14EACF;
}
</style>
border-color css
<style>
span { border-color: #14EACF; }
span { border-color: rgb(20,234,207); }
td.TdClassName
{
border-color: #14EACF;
}
.TagClassName
{
border-color: #14EACF;
}
</style>