Html Css Color HEX #00EADB Bright Turquoise

📋 copy color: '#00EADB'

red 0 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #00EADB

Tints of Bright Turquoise #00EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 0%
G = 51.66%
B = 48.34%

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

#00EADB (or 0x00EADB) is known color: Bright Turquoise. HEX triplet: 00, EA and DB. RGB value is (0,234,219). Sum of RGB (Red+Green+Blue) = 0+234+219=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #00EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EADB is #FF1524. Grayscale: #A2A2A2. Windows color (decimal): -16717093 or 14412288. OLE color: 14412288.

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

Color convert

RGB 0 234 219 -
CMYK 1 0 0.06 0.08
HSL 176.15º 1% 0.46% -
HSV(B) 176.15º 1% 0.92% -
XYZ 42.21 63.96 77.14 -
YUV 162.32 159.98 12.22 -
System Red Green Blue C M Y K H S L
Decimal 0 234 219 1 0 0.06 0.08 176.15 1 0.46
Hex 0 EA DB 64 0 6 8 B0 64 2E
Octal 0 352 333 144 0 6 10 260 144 56
Binary 0 11101010 11011011 1100100 0 110 1000 10110000 1100100 101110

Color Harmonies of #00EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EADB

Black with #00EADB

Text Example


Text Example

White with #00EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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