#14E3F5

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

Shades of Bright Turquoise #14E3F5

Tints of Bright Turquoise #14E3F5

Color information

#14E3F5 (or 0x14E3F5) is unknown color: approx Bright Turquoise. HEX triplet: 14, E3 and F5. RGB value is (20,227,245). Sum of RGB (Red+Green+Blue) = 20+227+245=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #14E3F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E3F5 is #EB1C0A. Grayscale: #A6A6A6. Windows color (decimal): -15408139 or 16114452. OLE color: 16114452.

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

Color convert

RGB20227245-
CMYK0.920.0700.04
HSL184.8º91.84%51.96%-
HSV(B)184.8º91.84%96.08%-
XYZ44.2461.6895.96-
YUV167.16171.9223.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.07%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 245 (96.09% from 255) = 49.80%
R=4.07%
G=46.14%
B=49.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202272450.920.0700.04184.891.8451.96
Hex14E3F55C704b95c34
Octal2434336513470427113464
Binary10100111000111111010110111001110100101110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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