Shades of Bright Turquoise #14EFC2
Tints of Bright Turquoise #14EFC2
RGB
CMYK
RGB Variations
Color information
#14EFC2 (or 0x14EFC2) is known color: Bright Turquoise. HEX triplet: 14, EF and C2. RGB value is (20,239,194). Sum of RGB (Red+Green+Blue) = 20+239+194=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFC2 is #EB103D. Grayscale: #A8A8A8. Windows color (decimal): -15405118 or 12775188. OLE color: 12775188.
HSL color Cylindrical-coordinate representation of color #14EFC2: hue angle of 167.67º 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 #14EFC2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 194 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.06 |
| HSL | 167.67º | 0.87% | 0.51% | - |
| HSV(B) | 167.67º | 0.92% | 0.94% | - |
| XYZ | 40.89 | 65.78 | 61.58 | - |
| YUV | 168.39 | 142.45 | 22.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 194 | 0.92 | 0 | 0.19 | 0.06 | 167.67 | 0.87 | 0.51 |
| Hex | 14 | EF | C2 | 5C | 0 | 13 | 6 | A8 | 57 | 33 |
| Octal | 24 | 357 | 302 | 134 | 0 | 23 | 6 | 250 | 127 | 63 |
| Binary | 10100 | 11101111 | 11000010 | 1011100 | 0 | 10011 | 110 | 10101000 | 1010111 | 110011 |
Color Harmonies of #14EFC2
Complementary color
Monochromatic Colors of #14EFC2
Black with #14EFC2
Text Example
Text Example
White with #14EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFC2; }
p { color: rgb(20,239,194); }
H1.HeaderClassName
{
color: #14EFC2;
}
.AnyTagClassName
{
color: #14EFC2;
}
</style>
background-color css
<style>
a { background-color: #14EFC2; }
a { background-color: rgb(20,239,194); }
div.DivClassName
{
background-color: #14EFC2;
}
.BgClassName
{
background-color: #14EFC2;
}
</style>
border-color css
<style>
span { border-color: #14EFC2; }
span { border-color: rgb(20,239,194); }
td.TdClassName
{
border-color: #14EFC2;
}
.TagClassName
{
border-color: #14EFC2;
}
</style>