Html Css Color HEX #01E2CB Bright Turquoise

📋 copy color: '#01E2CB'

red 1 ◦ green 226 ◦ blue 203

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

Shades of Bright Turquoise #01E2CB

Tints of Bright Turquoise #01E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.56%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 0.23%
G = 52.56%
B = 47.21%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#01E2CB (or 0x01E2CB) is known color: Bright Turquoise. HEX triplet: 01, E2 and CB. RGB value is (1,226,203). Sum of RGB (Red+Green+Blue) = 1+226+203=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2CB is #FE1D34. Grayscale: #9B9B9B. Windows color (decimal): -16653621 or 13361665. OLE color: 13361665.

HSL color Cylindrical-coordinate representation of color #01E2CB: hue angle of 173.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E2CB is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 226 203 -
CMYK 1.00 0 0.10 0.11
HSL 173.87º 0.99% 0.45% -
HSV(B) 173.87º 1% 0.89% -
XYZ 37.99 58.71 65.83 -
YUV 156.1 154.46 17.37 -
System Red Green Blue C M Y K H S L
Decimal 1 226 203 1.00 0 0.10 0.11 173.87 0.99 0.45
Hex 1 E2 CB 64 0 A B AE 63 2D
Octal 1 342 313 144 0 12 13 256 143 55
Binary 1 11100010 11001011 1100100 0 1010 1011 10101110 1100011 101101

Color Harmonies of #01E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E2CB

Black with #01E2CB

Text Example


Text Example

White with #01E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,226,203); }

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

background-color css

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

 a { background-color: rgb(1,226,203); }

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

border-color css

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

 span { border-color: rgb(1,226,203); }

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