#14E9F0

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

Shades of Bright Turquoise #14E9F0

Tints of Bright Turquoise #14E9F0

Color information

#14E9F0 (or 0x14E9F0) is unknown color: approx Bright Turquoise. HEX triplet: 14, E9 and F0. RGB value is (20,233,240). Sum of RGB (Red+Green+Blue) = 20+233+240=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #14E9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E9F0 is #EB160F. Grayscale: #A9A9A9. Windows color (decimal): -15406608 or 15788308. OLE color: 15788308.

HSL color Cylindrical-coordinate representation of color #14E9F0: hue angle of 181.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E9F0 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20233240-
CMYK0.920.0300.06
HSL181.91º88%50.98%-
HSV(B)181.91º91.67%94.12%-
XYZ45.1664.7292.55-
YUV170.11167.4320.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.06%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=4.06%
G=47.26%
B=48.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202332400.920.0300.06181.918850.98
Hex14E9F05C306b65833
Octal2435136013430626613063
Binary1010011101001111100001011100110110101101101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,233,240); }

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

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

 a { background-color: rgb(20,233,240); }

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

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

 span { border-color: rgb(20,233,240); }

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