#14FFF5

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

Shades of Aqua #14FFF5

Tints of Aqua #14FFF5

Color information

#14FFF5 (or 0x14FFF5) is unknown color: approx Aqua. HEX triplet: 14, FF and F5. RGB value is (20,255,245). Sum of RGB (Red+Green+Blue) = 20+255+245=520 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.85% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFF5 is #EB000A. Grayscale: #B7B7B7. Windows color (decimal): -15400971 or 16121620. OLE color: 16121620.

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

Color convert

RGB20255245-
CMYK0.9200.040
HSL177.45º100%53.92%-
HSV(B)177.45º92.16%100%-
XYZ52.5378.2698.72-
YUV183.6162.6411.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 3.85%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 245 (96.09% from 255) = 47.12%
R=3.85%
G=49.04%
B=47.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202552450.9200.040177.4510053.92
Hex14FFF55C040b16436
Octal2437736513404026114466
Binary101001111111111110101101110001000101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,255,245); }

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

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

 a { background-color: rgb(20,255,245); }

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

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

 span { border-color: rgb(20,255,245); }

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