Html Css Color HEX #00EADC Bright Turquoise

📋 copy color: '#00EADC'

red 0 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #00EADC

Tints of Bright Turquoise #00EADC

RGB

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

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

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

R = 0%
G = 51.54%
B = 48.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#00EADC (or 0x00EADC) is known color: Bright Turquoise. HEX triplet: 00, EA and DC. RGB value is (0,234,220). Sum of RGB (Red+Green+Blue) = 0+234+220=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #00EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EADC is #FF1523. Grayscale: #A2A2A2. Windows color (decimal): -16717092 or 14477824. OLE color: 14477824.

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

Color convert

RGB 0 234 220 -
CMYK 1 0 0.06 0.08
HSL 176.41º 1% 0.46% -
HSV(B) 176.41º 1% 0.92% -
XYZ 42.34 64.01 77.83 -
YUV 162.44 160.48 12.14 -
System Red Green Blue C M Y K H S L
Decimal 0 234 220 1 0 0.06 0.08 176.41 1 0.46
Hex 0 EA DC 64 0 6 8 B0 64 2E
Octal 0 352 334 144 0 6 10 260 144 56
Binary 0 11101010 11011100 1100100 0 110 1000 10110000 1100100 101110

Color Harmonies of #00EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EADC

Black with #00EADC

Text Example


Text Example

White with #00EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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