#14E4FA

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

Shades of Bright Turquoise #14E4FA

Tints of Bright Turquoise #14E4FA

Color information

#14E4FA (or 0x14E4FA) is unknown color: approx Bright Turquoise. HEX triplet: 14, E4 and FA. RGB value is (20,228,250). Sum of RGB (Red+Green+Blue) = 20+228+250=498 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.02% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #14E4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E4FA is #EB1B05. Grayscale: #A8A8A8. Windows color (decimal): -15407878 or 16442388. OLE color: 16442388.

HSL color Cylindrical-coordinate representation of color #14E4FA: hue angle of 185.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E4FA is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20228250-
CMYK0.920.0900.02
HSL185.74º95.83%52.94%-
HSV(B)185.74º92%98.04%-
XYZ45.2962.54100.13-
YUV168.32174.0922.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.02%
GREEN value IS 228 (89.45% from 255) = 45.78%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=4.02%
G=45.78%
B=50.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202282500.920.0900.02185.7495.8352.94
Hex14E4FA5C902ba6035
Octal24344372134110227214065
Binary10100111001001111101010111001001010101110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,228,250); }

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

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

 a { background-color: rgb(20,228,250); }

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

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

 span { border-color: rgb(20,228,250); }

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