#14EAC7

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

Shades of Bright Turquoise #14EAC7

Tints of Bright Turquoise #14EAC7

Color information

#14EAC7 (or 0x14EAC7) is unknown color: approx Bright Turquoise. HEX triplet: 14, EA and C7. RGB value is (20,234,199). Sum of RGB (Red+Green+Blue) = 20+234+199=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAC7 is #EB1538. Grayscale: #A5A5A5. Windows color (decimal): -15406393 or 13101588. OLE color: 13101588.

HSL color Cylindrical-coordinate representation of color #14EAC7: hue angle of 170.19º 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 #14EAC7 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB20234199-
CMYK0.9100.150.08
HSL170.19º84.25%49.8%-
HSV(B)170.19º91.45%91.76%-
XYZ40.0263.1264.11-
YUV166.02146.623.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 234 (91.80% from 255) = 51.66%
BLUE value IS 199 (78.12% from 255) = 43.93%
R=4.42%
G=51.66%
B=43.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202341990.9100.150.08170.1984.2549.8
Hex14EAC75B0F8aa5432
Octal243523071330171025212462
Binary1010011101010110001111011011011111000101010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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