Html Css Color HEX #00EAD1 Bright Turquoise

📋 copy color: '#00EAD1'

red 0 ◦ green 234 ◦ blue 209

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

Shades of Bright Turquoise #00EAD1

Tints of Bright Turquoise #00EAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.18%

R = 0%
G = 52.82%
B = 47.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#00EAD1 (or 0x00EAD1) is known color: Bright Turquoise. HEX triplet: 00, EA and D1. RGB value is (0,234,209). Sum of RGB (Red+Green+Blue) = 0+234+209=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EAD1 is #FF152E. Grayscale: #A1A1A1. Windows color (decimal): -16717103 or 13756928. OLE color: 13756928.

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

Color convert

RGB 0 234 209 -
CMYK 1 0 0.11 0.08
HSL 173.59º 1% 0.46% -
HSV(B) 173.59º 1% 0.92% -
XYZ 40.93 63.45 70.41 -
YUV 161.18 154.98 13.03 -
System Red Green Blue C M Y K H S L
Decimal 0 234 209 1 0 0.11 0.08 173.59 1 0.46
Hex 0 EA D1 64 0 B 8 AE 64 2E
Octal 0 352 321 144 0 13 10 256 144 56
Binary 0 11101010 11010001 1100100 0 1011 1000 10101110 1100100 101110

Color Harmonies of #00EAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EAD1

Black with #00EAD1

Text Example


Text Example

White with #00EAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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