Html Css Color HEX #00EADE Bright Turquoise

📋 copy color: '#00EADE'

red 0 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #00EADE

Tints of Bright Turquoise #00EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 0%
G = 51.32%
B = 48.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#00EADE (or 0x00EADE) is known color: Bright Turquoise. HEX triplet: 00, EA and DE. RGB value is (0,234,222). Sum of RGB (Red+Green+Blue) = 0+234+222=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #00EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EADE is #FF1521. Grayscale: #A2A2A2. Windows color (decimal): -16717090 or 14608896. OLE color: 14608896.

HSL color Cylindrical-coordinate representation of color #00EADE: hue angle of 176.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EADE is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 222 -
CMYK 1 0 0.05 0.08
HSL 176.92º 1% 0.46% -
HSV(B) 176.92º 1% 0.92% -
XYZ 42.61 64.12 79.24 -
YUV 162.67 161.48 11.98 -
System Red Green Blue C M Y K H S L
Decimal 0 234 222 1 0 0.05 0.08 176.92 1 0.46
Hex 0 EA DE 64 0 5 8 B1 64 2E
Octal 0 352 336 144 0 5 10 261 144 56
Binary 0 11101010 11011110 1100100 0 101 1000 10110001 1100100 101110

Color Harmonies of #00EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EADE

Black with #00EADE

Text Example


Text Example

White with #00EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,234,222); }

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

background-color css

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

 a { background-color: rgb(0,234,222); }

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

border-color css

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

 span { border-color: rgb(0,234,222); }

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