#0eeae9

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

Shades of Bright Turquoise #0EEAE9

Tints of Bright Turquoise #0EEAE9

Color information

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

HSL color Cylindrical-coordinate representation of color #0EEAE9: hue angle of 179.73º 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 #0EEAE9 is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB14234233-
CMYK0.9400.000.08
HSL179.73º88.71%48.63%-
HSV(B)179.73º94.02%91.76%-
XYZ44.3164.8287.27-
YUV168.11164.6118.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142342330.9400.000.08179.7388.7148.63
HexEEAE95E008b45931
Octal16352351136001026413161
Binary111011101010111010011011110001000101101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0eeae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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