#00E1DF

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

Shades of Bright Turquoise #00E1DF

Tints of Bright Turquoise #00E1DF

Color information

#00E1DF (or 0x00E1DF) is unknown color: approx Bright Turquoise. HEX triplet: 00, E1 and DF. RGB value is (0,225,223). Sum of RGB (Red+Green+Blue) = 0+225+223=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #00E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E1DF is #FF1E20. Grayscale: #9D9D9D. Windows color (decimal): -16719393 or 14672128. OLE color: 14672128.

HSL color Cylindrical-coordinate representation of color #00E1DF: hue angle of 179.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E1DF is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB0225223-
CMYK100.010.12
HSL179.47º100%44.12%-
HSV(B)179.47º100%88.24%-
XYZ40.2459.1879.11-
YUV157.5164.9615.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 225 (88.28% from 255) = 50.22%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=0%
G=50.22%
B=49.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal0225223100.010.12179.4710044.12
Hex0E1DF6401Cb3642c
Octal0341337144011426314454
Binary011100001110111111100100011100101100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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