#14F6C0

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

Shades of Bright Turquoise #14F6C0

Tints of Bright Turquoise #14F6C0

Color information

#14F6C0 (or 0x14F6C0) is unknown color: approx Bright Turquoise. HEX triplet: 14, F6 and C0. RGB value is (20,246,192). Sum of RGB (Red+Green+Blue) = 20+246+192=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #14F6C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F6C0 is #EB093F. Grayscale: #ACACAC. Windows color (decimal): -15403328 or 12645908. OLE color: 12645908.

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

Color convert

RGB20246192-
CMYK0.9200.220.04
HSL165.66º92.62%52.16%-
HSV(B)165.66º91.87%96.47%-
XYZ42.7669.8761.1-
YUV172.27139.1319.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.37%
GREEN value IS 246 (96.48% from 255) = 53.71%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=4.37%
G=53.71%
B=41.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202461920.9200.220.04165.6692.6252.16
Hex14F6C05C0164a65d34
Octal24366300134026424613564
Binary1010011110110110000001011100010110100101001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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