Html Css Color HEX #00E7DC Bright Turquoise

📋 copy color: '#00E7DC'

red 0 ◦ green 231 ◦ blue 220

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

Shades of Bright Turquoise #00E7DC

Tints of Bright Turquoise #00E7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.22%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 0%
G = 51.22%
B = 48.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#00E7DC (or 0x00E7DC) is known color: Bright Turquoise. HEX triplet: 00, E7 and DC. RGB value is (0,231,220). Sum of RGB (Red+Green+Blue) = 0+231+220=451 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #00E7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E7DC is #FF1823. Grayscale: #A0A0A0. Windows color (decimal): -16717860 or 14477056. OLE color: 14477056.

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

Color convert

RGB 0 231 220 -
CMYK 1 0 0.05 0.09
HSL 177.14º 1% 0.45% -
HSV(B) 177.14º 1% 0.91% -
XYZ 41.49 62.32 77.55 -
YUV 160.68 161.47 13.39 -
System Red Green Blue C M Y K H S L
Decimal 0 231 220 1 0 0.05 0.09 177.14 1 0.45
Hex 0 E7 DC 64 0 5 9 B1 64 2D
Octal 0 347 334 144 0 5 11 261 144 55
Binary 0 11100111 11011100 1100100 0 101 1001 10110001 1100100 101101

Color Harmonies of #00E7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E7DC

Black with #00E7DC

Text Example


Text Example

White with #00E7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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