#14EFCD

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

Shades of Bright Turquoise #14EFCD

Tints of Bright Turquoise #14EFCD

Color information

#14EFCD (or 0x14EFCD) is unknown color: approx Bright Turquoise. HEX triplet: 14, EF and CD. RGB value is (20,239,205). Sum of RGB (Red+Green+Blue) = 20+239+205=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFCD is #EB1032. Grayscale: #A9A9A9. Windows color (decimal): -15405107 or 13496084. OLE color: 13496084.

HSL color Cylindrical-coordinate representation of color #14EFCD: hue angle of 170.68º 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 #14EFCD is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB20239205-
CMYK0.9200.140.06
HSL170.68º87.25%50.78%-
HSV(B)170.68º91.63%93.73%-
XYZ42.1766.2968.33-
YUV169.64147.9521.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.31%
GREEN value IS 239 (93.75% from 255) = 51.51%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=4.31%
G=51.51%
B=44.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202392050.9200.140.06170.6887.2550.78
Hex14EFCD5C0E6ab5733
Octal24357315134016625312763
Binary101001110111111001101101110001110110101010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,239,205); }

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

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

 a { background-color: rgb(20,239,205); }

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

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

 span { border-color: rgb(20,239,205); }

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