#14F6E2

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

Shades of Bright Turquoise #14F6E2

Tints of Bright Turquoise #14F6E2

Color information

#14F6E2 (or 0x14F6E2) is unknown color: approx Bright Turquoise. HEX triplet: 14, F6 and E2. RGB value is (20,246,226). Sum of RGB (Red+Green+Blue) = 20+246+226=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #14F6E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F6E2 is #EB091D. Grayscale: #B0B0B0. Windows color (decimal): -15403294 or 14874132. OLE color: 14874132.

HSL color Cylindrical-coordinate representation of color #14F6E2: hue angle of 174.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F6E2 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB20246226-
CMYK0.9200.080.04
HSL174.69º92.62%52.16%-
HSV(B)174.69º91.87%96.47%-
XYZ46.9771.5583.29-
YUV176.15156.1316.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.07%
GREEN value IS 246 (96.48% from 255) = 50%
BLUE value IS 226 (88.67% from 255) = 45.93%
R=4.07%
G=50%
B=45.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202462260.9200.080.04174.6992.6252.16
Hex14F6E25C084af5d34
Octal24366342134010425713564
Binary101001111011011100010101110001000100101011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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