#0EF8EA

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

Shades of Bright Turquoise #0EF8EA

Tints of Bright Turquoise #0EF8EA

Color information

#0EF8EA (or 0x0EF8EA) is unknown color: approx Bright Turquoise. HEX triplet: 0E, F8 and EA. RGB value is (14,248,234). Sum of RGB (Red+Green+Blue) = 14+248+234=496 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF8EA is #F10715. Grayscale: #B0B0B0. Windows color (decimal): -15795990 or 15398926. OLE color: 15398926.

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

Color convert

RGB14248234-
CMYK0.9400.060.03
HSL176.41º94.35%51.37%-
HSV(B)176.41º94.35%97.25%-
XYZ48.673.1789.4-
YUV176.44160.4812.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.82%
GREEN value IS 248 (97.27% from 255) = 50%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=2.82%
G=50%
B=47.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142482340.9400.060.03176.4194.3551.37
HexEF8EA5E063b05e33
Octal1637035213606326013663
Binary111011111000111010101011110011011101100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EF8EA; }

 p { color: rgb(14,248,234); }

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

<style>
 a { background-color: #0EF8EA; }

 a { background-color: rgb(14,248,234); }

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

<style>
 span { border-color: #0EF8EA; }

 span { border-color: rgb(14,248,234); }

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