#0EEAD6

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

Shades of Bright Turquoise #0EEAD6

Tints of Bright Turquoise #0EEAD6

Color information

#0EEAD6 (or 0x0EEAD6) is unknown color: approx Bright Turquoise. HEX triplet: 0E, EA and D6. RGB value is (14,234,214). Sum of RGB (Red+Green+Blue) = 14+234+214=462 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.03% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEAD6 is #F11529. Grayscale: #A5A5A5. Windows color (decimal): -15799594 or 14084622. OLE color: 14084622.

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

Color convert

RGB14234214-
CMYK0.9400.090.08
HSL174.55º88.71%48.63%-
HSV(B)174.55º94.02%91.76%-
XYZ41.7463.7973.73-
YUV165.94155.1119.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.03%
GREEN value IS 234 (91.80% from 255) = 50.65%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=3.03%
G=50.65%
B=46.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142342140.9400.090.08174.5588.7148.63
HexEEAD65E098af5931
Octal163523261360111025713161
Binary111011101010110101101011110010011000101011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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