Html Css Color HEX #01E5E7 Bright Turquoise

📋 copy color: '#01E5E7'

red 1 ◦ green 229 ◦ blue 231

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

Shades of Bright Turquoise #01E5E7

Tints of Bright Turquoise #01E5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.11%

R = 0.22%
G = 49.67%
B = 50.11%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01E5E7 (or 0x01E5E7) is known color: Bright Turquoise. HEX triplet: 01, E5 and E7. RGB value is (1,229,231). Sum of RGB (Red+Green+Blue) = 1+229+231=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #01E5E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5E7 is #FE1A18. Grayscale: #A0A0A0. Windows color (decimal): -16652825 or 15197441. OLE color: 15197441.

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

Color convert

RGB 1 229 231 -
CMYK 1.00 0.01 0 0.09
HSL 180.52º 0.99% 0.45% -
HSV(B) 180.52º 1% 0.91% -
XYZ 42.46 61.81 85.3 -
YUV 161.06 167.46 13.84 -
System Red Green Blue C M Y K H S L
Decimal 1 229 231 1.00 0.01 0 0.09 180.52 0.99 0.45
Hex 1 E5 E7 64 1 0 9 B5 63 2D
Octal 1 345 347 144 1 0 11 265 143 55
Binary 1 11100101 11100111 1100100 1 0 1001 10110101 1100011 101101

Color Harmonies of #01E5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5E7

Black with #01E5E7

Text Example


Text Example

White with #01E5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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