#00E1EB

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

Shades of Bright Turquoise #00E1EB

Tints of Bright Turquoise #00E1EB

Color information

#00E1EB (or 0x00E1EB) is unknown color: approx Bright Turquoise. HEX triplet: 00, E1 and EB. RGB value is (0,225,235). Sum of RGB (Red+Green+Blue) = 0+225+235=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E1EB is #FF1E14. Grayscale: #9E9E9E. Windows color (decimal): -16719381 or 15458560. OLE color: 15458560.

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

Color convert

RGB0225235-
CMYK10.0400.08
HSL182.55º100%46.08%-
HSV(B)182.55º100%92.16%-
XYZ41.9259.8587.94-
YUV158.86170.9614.69-

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) = 48.91%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=0%
G=48.91%
B=51.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal022523510.0400.08182.5510046.08
Hex0E1EB64408b7642e
Octal0341353144401026714456
Binary01110000111101011110010010001000101101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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