#00EBE0

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

Shades of Bright Turquoise #00EBE0

Tints of Bright Turquoise #00EBE0

Color information

#00EBE0 (or 0x00EBE0) is unknown color: approx Bright Turquoise. HEX triplet: 00, EB and E0. RGB value is (0,235,224). Sum of RGB (Red+Green+Blue) = 0+235+224=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBE0 is #FF141F. Grayscale: #A3A3A3. Windows color (decimal): -16716832 or 14740224. OLE color: 14740224.

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

Color convert

RGB0235224-
CMYK100.050.08
HSL177.19º100%46.08%-
HSV(B)177.19º100%92.16%-
XYZ43.1664.880.75-
YUV163.48162.1411.39-

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.20%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=0%
G=51.20%
B=48.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal0235224100.050.08177.1910046.08
Hex0EBE064058b1642e
Octal0353340144051026114456
Binary01110101111100000110010001011000101100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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