#00EBE1

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

Shades of Bright Turquoise #00EBE1

Tints of Bright Turquoise #00EBE1

Color information

#00EBE1 (or 0x00EBE1) is unknown color: approx Bright Turquoise. HEX triplet: 00, EB and E1. RGB value is (0,235,225). Sum of RGB (Red+Green+Blue) = 0+235+225=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBE1 is #FF141E. Grayscale: #A3A3A3. Windows color (decimal): -16716831 or 14805760. OLE color: 14805760.

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

Color convert

RGB0235225-
CMYK100.040.08
HSL177.45º100%46.08%-
HSV(B)177.45º100%92.16%-
XYZ43.364.8581.47-
YUV163.6162.6411.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 235 (92.19% from 255) = 51.09%
BLUE value IS 225 (88.28% from 255) = 48.91%
R=0%
G=51.09%
B=48.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal0235225100.040.08177.4510046.08
Hex0EBE164048b1642e
Octal0353341144041026114456
Binary01110101111100001110010001001000101100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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