Html Css Color HEX #00E0E2 Bright Turquoise

📋 copy color: '#00E0E2'

red 0 ◦ green 224 ◦ blue 226

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

Shades of Bright Turquoise #00E0E2

Tints of Bright Turquoise #00E0E2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.78%

 BLUE value IS 226 (88.67% from 255) = 50.22%

R = 0%
G = 49.78%
B = 50.22%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#00E0E2 (or 0x00E0E2) is known color: Bright Turquoise. HEX triplet: 00, E0 and E2. RGB value is (0,224,226). Sum of RGB (Red+Green+Blue) = 0+224+226=450 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #00E0E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E0E2 is #FF1F1D. Grayscale: #9D9D9D. Windows color (decimal): -16719646 or 14868480. OLE color: 14868480.

HSL color Cylindrical-coordinate representation of color #00E0E2: hue angle of 180.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E0E2 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 224 226 -
CMYK 1 0.01 0 0.11
HSL 180.53º 1% 0.44% -
HSV(B) 180.53º 1% 0.89% -
XYZ 40.38 58.8 81.17 -
YUV 157.25 166.79 15.84 -
System Red Green Blue C M Y K H S L
Decimal 0 224 226 1 0.01 0 0.11 180.53 1 0.44
Hex 0 E0 E2 64 1 0 B B5 64 2C
Octal 0 340 342 144 1 0 13 265 144 54
Binary 0 11100000 11100010 1100100 1 0 1011 10110101 1100100 101100

Color Harmonies of #00E0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E0E2

Black with #00E0E2

Text Example


Text Example

White with #00E0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,224,226); }

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

background-color css

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

 a { background-color: rgb(0,224,226); }

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

border-color css

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

 span { border-color: rgb(0,224,226); }

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