Html Css Color HEX #01E5C4 Bright Turquoise

📋 copy color: '#01E5C4'

red 1 ◦ green 229 ◦ blue 196

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

Shades of Bright Turquoise #01E5C4

Tints of Bright Turquoise #01E5C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 0.23%
G = 53.76%
B = 46.01%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#01E5C4 (or 0x01E5C4) is known color: Bright Turquoise. HEX triplet: 01, E5 and C4. RGB value is (1,229,196). Sum of RGB (Red+Green+Blue) = 1+229+196=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #01E5C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E5C4 is #FE1A3B. Grayscale: #9C9C9C. Windows color (decimal): -16652860 or 12903681. OLE color: 12903681.

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

Color convert

RGB 1 229 196 -
CMYK 1.00 0 0.14 0.10
HSL 171.32º 0.99% 0.45% -
HSV(B) 171.32º 1% 0.9% -
XYZ 38 60.03 61.81 -
YUV 157.07 149.96 16.68 -
System Red Green Blue C M Y K H S L
Decimal 1 229 196 1.00 0 0.14 0.10 171.32 0.99 0.45
Hex 1 E5 C4 64 0 E A AB 63 2D
Octal 1 345 304 144 0 16 12 253 143 55
Binary 1 11100101 11000100 1100100 0 1110 1010 10101011 1100011 101101

Color Harmonies of #01E5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5C4

Black with #01E5C4

Text Example


Text Example

White with #01E5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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