#00E7E6

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

Shades of Bright Turquoise #00E7E6

Tints of Bright Turquoise #00E7E6

Color information

#00E7E6 (or 0x00E7E6) is unknown color: approx Bright Turquoise. HEX triplet: 00, E7 and E6. RGB value is (0,231,230). Sum of RGB (Red+Green+Blue) = 0+231+230=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #00E7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E7E6 is #FF1819. Grayscale: #A1A1A1. Windows color (decimal): -16717850 or 15132416. OLE color: 15132416.

HSL color Cylindrical-coordinate representation of color #00E7E6: hue angle of 179.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7E6 is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB0231230-
CMYK100.000.09
HSL179.74º100%45.29%-
HSV(B)179.74º100%90.59%-
XYZ42.8662.8684.74-
YUV161.82166.4712.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 231 (90.62% from 255) = 50.11%
BLUE value IS 230 (90.23% from 255) = 49.89%
R=0%
G=50.11%
B=49.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal0231230100.000.09179.7410045.29
Hex0E7E664009b4642d
Octal0347346144001126414455
Binary011100111111001101100100001001101101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,231,230); }

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

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

 a { background-color: rgb(0,231,230); }

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

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

 span { border-color: rgb(0,231,230); }

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