Shades of Bright Turquoise #14EACB
Tints of Bright Turquoise #14EACB
RGB
CMYK
RGB Variations
Color information
#14EACB (or 0x14EACB) is known color: Bright Turquoise. HEX triplet: 14, EA and CB. RGB value is (20,234,203). Sum of RGB (Red+Green+Blue) = 20+234+203=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #14EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EACB is #EB1534. Grayscale: #A6A6A6. Windows color (decimal): -15406389 or 13363732. OLE color: 13363732.
HSL color Cylindrical-coordinate representation of color #14EACB: hue angle of 171.31º 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 #14EACB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 203 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.08 |
| HSL | 171.31º | 0.84% | 0.5% | - |
| HSV(B) | 171.31º | 0.91% | 0.92% | - |
| XYZ | 40.49 | 63.31 | 66.59 | - |
| YUV | 166.48 | 148.6 | 23.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 203 | 0.91 | 0 | 0.13 | 0.08 | 171.31 | 0.84 | 0.5 |
| Hex | 14 | EA | CB | 5B | 0 | D | 8 | AB | 54 | 32 |
| Octal | 24 | 352 | 313 | 133 | 0 | 15 | 10 | 253 | 124 | 62 |
| Binary | 10100 | 11101010 | 11001011 | 1011011 | 0 | 1101 | 1000 | 10101011 | 1010100 | 110010 |
Color Harmonies of #14EACB
Complementary color
Monochromatic Colors of #14EACB
Black with #14EACB
Text Example
Text Example
White with #14EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EACB; }
p { color: rgb(20,234,203); }
H1.HeaderClassName
{
color: #14EACB;
}
.AnyTagClassName
{
color: #14EACB;
}
</style>
background-color css
<style>
a { background-color: #14EACB; }
a { background-color: rgb(20,234,203); }
div.DivClassName
{
background-color: #14EACB;
}
.BgClassName
{
background-color: #14EACB;
}
</style>
border-color css
<style>
span { border-color: #14EACB; }
span { border-color: rgb(20,234,203); }
td.TdClassName
{
border-color: #14EACB;
}
.TagClassName
{
border-color: #14EACB;
}
</style>