Html Css Color HEX #00E7DA Bright Turquoise

📋 copy color: '#00E7DA'

red 0 ◦ green 231 ◦ blue 218

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

Shades of Bright Turquoise #00E7DA

Tints of Bright Turquoise #00E7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 0%
G = 51.45%
B = 48.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#00E7DA (or 0x00E7DA) is known color: Bright Turquoise. HEX triplet: 00, E7 and DA. RGB value is (0,231,218). Sum of RGB (Red+Green+Blue) = 0+231+218=449 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #00E7DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E7DA is #FF1825. Grayscale: #A0A0A0. Windows color (decimal): -16717862 or 14345984. OLE color: 14345984.

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

Color convert

RGB 0 231 218 -
CMYK 1 0 0.06 0.09
HSL 176.62º 1% 0.45% -
HSV(B) 176.62º 1% 0.91% -
XYZ 41.23 62.21 76.17 -
YUV 160.45 160.47 13.56 -
System Red Green Blue C M Y K H S L
Decimal 0 231 218 1 0 0.06 0.09 176.62 1 0.45
Hex 0 E7 DA 64 0 6 9 B1 64 2D
Octal 0 347 332 144 0 6 11 261 144 55
Binary 0 11100111 11011010 1100100 0 110 1001 10110001 1100100 101101

Color Harmonies of #00E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E7DA

Black with #00E7DA

Text Example


Text Example

White with #00E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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