#0EEAEC

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

Shades of Bright Turquoise #0EEAEC

Tints of Bright Turquoise #0EEAEC

Color information

#0EEAEC (or 0x0EEAEC) is unknown color: approx Bright Turquoise. HEX triplet: 0E, EA and EC. RGB value is (14,234,236). Sum of RGB (Red+Green+Blue) = 14+234+236=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EEAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEAEC is #F11513. Grayscale: #A8A8A8. Windows color (decimal): -15799572 or 15526414. OLE color: 15526414.

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

Color convert

RGB14234236-
CMYK0.940.0100.07
HSL180.54º88.8%49.02%-
HSV(B)180.54º94.07%92.55%-
XYZ44.746589.54-
YUV168.45166.1117.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.89%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=2.89%
G=48.35%
B=48.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142342360.940.0100.07180.5488.849.02
HexEEAEC5E107b55931
Octal1635235413610726513161
Binary11101110101011101100101111010111101101011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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