#14EFCE

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

Shades of Bright Turquoise #14EFCE

Tints of Bright Turquoise #14EFCE

Color information

#14EFCE (or 0x14EFCE) is unknown color: approx Bright Turquoise. HEX triplet: 14, EF and CE. RGB value is (20,239,206). Sum of RGB (Red+Green+Blue) = 20+239+206=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFCE is #EB1031. Grayscale: #A9A9A9. Windows color (decimal): -15405106 or 13561620. OLE color: 13561620.

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

Color convert

RGB20239206-
CMYK0.9200.140.06
HSL170.96º87.25%50.78%-
HSV(B)170.96º91.63%93.73%-
XYZ42.366.3468.97-
YUV169.76148.4521.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.30%
GREEN value IS 239 (93.75% from 255) = 51.40%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=4.30%
G=51.40%
B=44.30%

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
Decimal202392060.9200.140.06170.9687.2550.78
Hex14EFCE5C0E6ab5733
Octal24357316134016625312763
Binary101001110111111001110101110001110110101010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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