Html Css Color HEX #01E8EA Bright Turquoise

📋 copy color: '#01E8EA'

red 1 ◦ green 232 ◦ blue 234

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

Shades of Bright Turquoise #01E8EA

Tints of Bright Turquoise #01E8EA

RGB

 RED value IS 1 (0.78% from 255) = 0.21%

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

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

R = 0.21%
G = 49.68%
B = 50.11%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01E8EA (or 0x01E8EA) is known color: Bright Turquoise. HEX triplet: 01, E8 and EA. RGB value is (1,232,234). Sum of RGB (Red+Green+Blue) = 1+232+234=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #01E8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E8EA is #FE1715. Grayscale: #A2A2A2. Windows color (decimal): -16652054 or 15394817. OLE color: 15394817.

HSL color Cylindrical-coordinate representation of color #01E8EA: hue angle of 180.52º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E8EA is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 232 234 -
CMYK 1.00 0.01 0 0.08
HSL 180.52º 0.99% 0.46% -
HSV(B) 180.52º 1% 0.92% -
XYZ 43.72 63.66 87.83 -
YUV 163.16 167.97 12.34 -
System Red Green Blue C M Y K H S L
Decimal 1 232 234 1.00 0.01 0 0.08 180.52 0.99 0.46
Hex 1 E8 EA 64 1 0 8 B5 63 2E
Octal 1 350 352 144 1 0 10 265 143 56
Binary 1 11101000 11101010 1100100 1 0 1000 10110101 1100011 101110

Color Harmonies of #01E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E8EA

Black with #01E8EA

Text Example


Text Example

White with #01E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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