#00EAEA

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

Shades of Bright Turquoise #00EAEA

Tints of Bright Turquoise #00EAEA

Color information

#00EAEA (or 0x00EAEA) is unknown color: approx Bright Turquoise. HEX triplet: 00, EA and EA. RGB value is (0,234,234). Sum of RGB (Red+Green+Blue) = 0+234+234=468 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #00EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAEA is #FF1515. Grayscale: #A3A3A3. Windows color (decimal): -16717078 or 15395328. OLE color: 15395328.

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

Color convert

RGB0234234-
CMYK1000.08
HSL180º100%45.88%-
HSV(B)180º100%91.76%-
XYZ44.2764.7988.01-
YUV164.03167.4811-

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%
BLUE value IS 234 (91.80% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal02342341000.0818010045.88
Hex0EAEA64008b4642e
Octal0352352144001026414456
Binary011101010111010101100100001000101101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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