Html Css Color HEX #01E6EC Bright Turquoise

📋 copy color: '#01E6EC'

red 1 ◦ green 230 ◦ blue 236

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

Shades of Bright Turquoise #01E6EC

Tints of Bright Turquoise #01E6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

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

R = 0.21%
G = 49.25%
B = 50.54%

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

#01E6EC (or 0x01E6EC) is known color: Bright Turquoise. HEX triplet: 01, E6 and EC. RGB value is (1,230,236). Sum of RGB (Red+Green+Blue) = 1+230+236=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #01E6EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E6EC is #FE1913. Grayscale: #A1A1A1. Windows color (decimal): -16652564 or 15525377. OLE color: 15525377.

HSL color Cylindrical-coordinate representation of color #01E6EC: hue angle of 181.53º 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 #01E6EC is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 230 236 -
CMYK 1.00 0.03 0 0.07
HSL 181.53º 0.99% 0.46% -
HSV(B) 181.53º 1% 0.93% -
XYZ 43.45 62.66 89.16 -
YUV 162.21 169.63 13.01 -
System Red Green Blue C M Y K H S L
Decimal 1 230 236 1.00 0.03 0 0.07 181.53 0.99 0.46
Hex 1 E6 EC 64 3 0 7 B6 63 2E
Octal 1 346 354 144 3 0 7 266 143 56
Binary 1 11100110 11101100 1100100 11 0 111 10110110 1100011 101110

Color Harmonies of #01E6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E6EC

Black with #01E6EC

Text Example


Text Example

White with #01E6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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