Html Css Color HEX #01E0DE Bright Turquoise

📋 copy color: '#01E0DE'

red 1 ◦ green 224 ◦ blue 222

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

Shades of Bright Turquoise #01E0DE

Tints of Bright Turquoise #01E0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 0.22%
G = 50.11%
B = 49.66%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#01E0DE (or 0x01E0DE) is known color: Bright Turquoise. HEX triplet: 01, E0 and DE. RGB value is (1,224,222). Sum of RGB (Red+Green+Blue) = 1+224+222=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0DE is #FE1F21. Grayscale: #9C9C9C. Windows color (decimal): -16654114 or 14606337. OLE color: 14606337.

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

Color convert

RGB 1 224 222 -
CMYK 1.00 0 0.01 0.12
HSL 179.46º 0.99% 0.44% -
HSV(B) 179.46º 1% 0.88% -
XYZ 39.85 58.59 78.32 -
YUV 157.1 164.62 16.66 -
System Red Green Blue C M Y K H S L
Decimal 1 224 222 1.00 0 0.01 0.12 179.46 0.99 0.44
Hex 1 E0 DE 64 0 1 C B3 63 2C
Octal 1 340 336 144 0 1 14 263 143 54
Binary 1 11100000 11011110 1100100 0 1 1100 10110011 1100011 101100

Color Harmonies of #01E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E0DE

Black with #01E0DE

Text Example


Text Example

White with #01E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,224,222); }

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

background-color css

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

 a { background-color: rgb(1,224,222); }

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

border-color css

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

 span { border-color: rgb(1,224,222); }

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