#00E5D1

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

Shades of Bright Turquoise #00E5D1

Tints of Bright Turquoise #00E5D1

Color information

#00E5D1 (or 0x00E5D1) is unknown color: approx Bright Turquoise. HEX triplet: 00, E5 and D1. RGB value is (0,229,209). Sum of RGB (Red+Green+Blue) = 0+229+209=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5D1 is #FF1A2E. Grayscale: #9E9E9E. Windows color (decimal): -16718383 or 13755648. OLE color: 13755648.

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

Color convert

RGB0229209-
CMYK100.090.10
HSL174.76º100%44.9%-
HSV(B)174.76º100%89.8%-
XYZ39.5360.6469.94-
YUV158.25156.6315.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 229 (89.84% from 255) = 52.28%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=0%
G=52.28%
B=47.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal0229209100.090.10174.7610044.9
Hex0E5D16409Aaf642d
Octal03453211440111225714455
Binary011100101110100011100100010011010101011111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,229,209); }

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

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

 a { background-color: rgb(0,229,209); }

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

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

 span { border-color: rgb(0,229,209); }

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