#00E3EB

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

Shades of Bright Turquoise #00E3EB

Tints of Bright Turquoise #00E3EB

Color information

#00E3EB (or 0x00E3EB) is unknown color: approx Bright Turquoise. HEX triplet: 00, E3 and EB. RGB value is (0,227,235). Sum of RGB (Red+Green+Blue) = 0+227+235=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E3EB is #FF1C14. Grayscale: #9F9F9F. Windows color (decimal): -16718869 or 15459072. OLE color: 15459072.

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

Color convert

RGB0227235-
CMYK10.0300.08
HSL182.04º100%46.08%-
HSV(B)182.04º100%92.16%-
XYZ42.4660.9488.12-
YUV160.04170.2913.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 227 (89.06% from 255) = 49.13%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=0%
G=49.13%
B=50.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal022723510.0300.08182.0410046.08
Hex0E3EB64308b6642e
Octal0343353144301026614456
Binary0111000111110101111001001101000101101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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