#00EAE1

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

Shades of Bright Turquoise #00EAE1

Tints of Bright Turquoise #00EAE1

Color information

#00EAE1 (or 0x00EAE1) is unknown color: approx Bright Turquoise. HEX triplet: 00, EA and E1. RGB value is (0,234,225). Sum of RGB (Red+Green+Blue) = 0+234+225=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EAE1 is #FF151E. Grayscale: #A2A2A2. Windows color (decimal): -16717087 or 14805504. OLE color: 14805504.

HSL color Cylindrical-coordinate representation of color #00EAE1: hue angle of 177.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EAE1 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB0234225-
CMYK100.040.08
HSL177.69º100%45.88%-
HSV(B)177.69º100%91.76%-
XYZ43.0164.2881.37-
YUV163.01162.9811.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=0%
G=50.98%
B=49.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal0234225100.040.08177.6910045.88
Hex0EAE164048b2642e
Octal0352341144041026214456
Binary01110101011100001110010001001000101100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EAE1; }

 p { color: rgb(0,234,225); }

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

<style>
 a { background-color: #00EAE1; }

 a { background-color: rgb(0,234,225); }

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

<style>
 span { border-color: #00EAE1; }

 span { border-color: rgb(0,234,225); }

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