Html Css Color HEX #00E8EA Bright Turquoise

📋 copy color: '#00E8EA'

red 0 ◦ green 232 ◦ blue 234

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

Shades of Bright Turquoise #00E8EA

Tints of Bright Turquoise #00E8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.79%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 0%
G = 49.79%
B = 50.21%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00E8EA (or 0x00E8EA) is known color: Bright Turquoise. HEX triplet: 00, E8 and EA. RGB value is (0,232,234). Sum of RGB (Red+Green+Blue) = 0+232+234=466 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #00E8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E8EA is #FF1715. Grayscale: #A2A2A2. Windows color (decimal): -16717590 or 15394816. OLE color: 15394816.

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

Color convert

RGB 0 232 234 -
CMYK 1 0.01 0 0.08
HSL 180.51º 1% 0.46% -
HSV(B) 180.51º 1% 0.92% -
XYZ 43.71 63.65 87.82 -
YUV 162.86 168.14 11.84 -
System Red Green Blue C M Y K H S L
Decimal 0 232 234 1 0.01 0 0.08 180.51 1 0.46
Hex 0 E8 EA 64 1 0 8 B5 64 2E
Octal 0 350 352 144 1 0 10 265 144 56
Binary 0 11101000 11101010 1100100 1 0 1000 10110101 1100100 101110

Color Harmonies of #00E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E8EA

Black with #00E8EA

Text Example


Text Example

White with #00E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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