Html Css Color HEX #00E1C9 Dark Turquoise

📋 copy color: '#00E1C9'

red 0 ◦ green 225 ◦ blue 201

#00E1C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #00E1C9

Tints of Dark Turquoise #00E1C9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 225 (88.28% from 255) = 52.82%

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 0%
G = 52.82%
B = 47.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#00E1C9 (or 0x00E1C9) is known color: Dark Turquoise. HEX triplet: 00, E1 and C9. RGB value is (0,225,201). Sum of RGB (Red+Green+Blue) = 0+225+201=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #00E1C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E1C9 is #FF1E36. Grayscale: #9A9A9A. Windows color (decimal): -16719415 or 13230336. OLE color: 13230336.

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

Color convert

RGB 0 225 201 -
CMYK 1 0 0.11 0.12
HSL 173.6º 1% 0.44% -
HSV(B) 173.6º 1% 0.88% -
XYZ 37.47 58.07 64.49 -
YUV 154.99 153.96 17.45 -
System Red Green Blue C M Y K H S L
Decimal 0 225 201 1 0 0.11 0.12 173.6 1 0.44
Hex 0 E1 C9 64 0 B C AE 64 2C
Octal 0 341 311 144 0 13 14 256 144 54
Binary 0 11100001 11001001 1100100 0 1011 1100 10101110 1100100 101100

Color Harmonies of #00E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E1C9

Black with #00E1C9

Text Example


Text Example

White with #00E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00E1C9;
 }
 .AnyTagClassName
 {
   color: #00E1C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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