Html Css Color HEX #01E5EC Bright Turquoise

📋 copy color: '#01E5EC'

red 1 ◦ green 229 ◦ blue 236

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

Shades of Bright Turquoise #01E5EC

Tints of Bright Turquoise #01E5EC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.14%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 0.21%
G = 49.14%
B = 50.64%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01E5EC (or 0x01E5EC) is known color: Bright Turquoise. HEX triplet: 01, E5 and EC. RGB value is (1,229,236). Sum of RGB (Red+Green+Blue) = 1+229+236=466 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #01E5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5EC is #FE1A13. Grayscale: #A1A1A1. Windows color (decimal): -16652820 or 15525121. OLE color: 15525121.

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

Color convert

RGB 1 229 236 -
CMYK 1.00 0.03 0 0.07
HSL 181.79º 0.99% 0.46% -
HSV(B) 181.79º 1% 0.93% -
XYZ 43.17 62.1 89.07 -
YUV 161.63 169.96 13.43 -
System Red Green Blue C M Y K H S L
Decimal 1 229 236 1.00 0.03 0 0.07 181.79 0.99 0.46
Hex 1 E5 EC 64 3 0 7 B6 63 2E
Octal 1 345 354 144 3 0 7 266 143 56
Binary 1 11100101 11101100 1100100 11 0 111 10110110 1100011 101110

Color Harmonies of #01E5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5EC

Black with #01E5EC

Text Example


Text Example

White with #01E5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,229,236); }

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

background-color css

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

 a { background-color: rgb(1,229,236); }

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

border-color css

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

 span { border-color: rgb(1,229,236); }

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