#0EE9EA

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

Shades of Bright Turquoise #0EE9EA

Tints of Bright Turquoise #0EE9EA

Color information

#0EE9EA (or 0x0EE9EA) is unknown color: approx Bright Turquoise. HEX triplet: 0E, E9 and EA. RGB value is (14,233,234). Sum of RGB (Red+Green+Blue) = 14+233+234=481 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.91% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EE9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE9EA is #F11615. Grayscale: #A7A7A7. Windows color (decimal): -15799830 or 15395086. OLE color: 15395086.

HSL color Cylindrical-coordinate representation of color #0EE9EA: hue angle of 180.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9EA is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14233234-
CMYK0.940.0000.08
HSL180.27º88.71%48.63%-
HSV(B)180.27º94.02%91.76%-
XYZ44.1764.3187.93-
YUV167.63165.4518.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.91%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=2.91%
G=48.44%
B=48.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142332340.940.0000.08180.2788.7148.63
HexEE9EA5E008b45931
Octal16351352136001026413161
Binary111011101001111010101011110001000101101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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