#00E2EB

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

Shades of Bright Turquoise #00E2EB

Tints of Bright Turquoise #00E2EB

Color information

#00E2EB (or 0x00E2EB) is unknown color: approx Bright Turquoise. HEX triplet: 00, E2 and EB. RGB value is (0,226,235). Sum of RGB (Red+Green+Blue) = 0+226+235=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E2EB is #FF1D14. Grayscale: #9F9F9F. Windows color (decimal): -16719125 or 15458816. OLE color: 15458816.

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

Color convert

RGB0226235-
CMYK10.0400.08
HSL182.3º100%46.08%-
HSV(B)182.3º100%92.16%-
XYZ42.1960.3988.03-
YUV159.45170.6314.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 226 (88.67% from 255) = 49.02%
BLUE value IS 235 (92.19% 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
Decimal022623510.0400.08182.310046.08
Hex0E2EB64408b6642e
Octal0342353144401026614456
Binary01110001011101011110010010001000101101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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