#14e2c7

Color #14E2C7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #14E2C7

Tints of Bright Turquoise #14E2C7

Color information

#14E2C7 (or 0x14E2C7) is unknown color: approx Bright Turquoise. HEX triplet: 14, E2 and C7. RGB value is (20,226,199). Sum of RGB (Red+Green+Blue) = 20+226+199=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2C7 is #EB1D38. Grayscale: #A1A1A1. Windows color (decimal): -15408441 or 13099540. OLE color: 13099540.

HSL color Cylindrical-coordinate representation of color #14E2C7: hue angle of 172.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E2C7 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB20226199-
CMYK0.9100.120.11
HSL172.14º83.74%48.24%-
HSV(B)172.14º91.15%88.63%-
XYZ37.7958.6663.36-
YUV161.33149.2527.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.49%
GREEN value IS 226 (88.67% from 255) = 50.79%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=4.49%
G=50.79%
B=44.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202261990.9100.120.11172.1483.7448.24
Hex14E2C75B0CBac5430
Octal243423071330141325412460
Binary1010011100010110001111011011011001011101011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14e2c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14e2c7; }

 p { color: rgb(20,226,199); }

 H1.HeaderClassName
 {
   color: #14e2c7;
 }
 .AnyTagClassName
 {
   color: #14e2c7;
 }
</style>
background-color css

<style>
 a { background-color: #14e2c7; }

 a { background-color: rgb(20,226,199); }

 div.DivClassName
 {
   background-color: #14e2c7;
 }
 .BgClassName
 {
   background-color: #14e2c7;
 }
</style>
border-color css

<style>
 span { border-color: #14e2c7; }

 span { border-color: rgb(20,226,199); }

 td.TdClassName
 {
   border-color: #14e2c7;
 }
 .TagClassName
 {
   border-color: #14e2c7;
 }
</style>