#00E1EA

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

Shades of Bright Turquoise #00E1EA

Tints of Bright Turquoise #00E1EA

Color information

#00E1EA (or 0x00E1EA) is unknown color: approx Bright Turquoise. HEX triplet: 00, E1 and EA. RGB value is (0,225,234). Sum of RGB (Red+Green+Blue) = 0+225+234=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #00E1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E1EA is #FF1E15. Grayscale: #9E9E9E. Windows color (decimal): -16719382 or 15393024. OLE color: 15393024.

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

Color convert

RGB0225234-
CMYK10.0400.08
HSL182.31º100%45.88%-
HSV(B)182.31º100%91.76%-
XYZ41.7859.7987.18-
YUV158.75170.4614.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal022523410.0400.08182.3110045.88
Hex0E1EA64408b6642e
Octal0341352144401026614456
Binary01110000111101010110010010001000101101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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