Html Css Color HEX #01E1DF Bright Turquoise

📋 copy color: '#01E1DF'

red 1 ◦ green 225 ◦ blue 223

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

Shades of Bright Turquoise #01E1DF

Tints of Bright Turquoise #01E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 223 (87.5% from 255) = 49.67%

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

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

#01E1DF (or 0x01E1DF) is known color: Bright Turquoise. HEX triplet: 01, E1 and DF. RGB value is (1,225,223). Sum of RGB (Red+Green+Blue) = 1+225+223=449 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E1DF is #FE1E20. Grayscale: #9D9D9D. Windows color (decimal): -16653857 or 14672129. OLE color: 14672129.

HSL color Cylindrical-coordinate representation of color #01E1DF: 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 #01E1DF is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 223 -
CMYK 1.00 0 0.01 0.12
HSL 179.46º 0.99% 0.44% -
HSV(B) 179.46º 1% 0.88% -
XYZ 40.26 59.18 79.11 -
YUV 157.8 164.79 16.16 -
System Red Green Blue C M Y K H S L
Decimal 1 225 223 1.00 0 0.01 0.12 179.46 0.99 0.44
Hex 1 E1 DF 64 0 1 C B3 63 2C
Octal 1 341 337 144 0 1 14 263 143 54
Binary 1 11100001 11011111 1100100 0 1 1100 10110011 1100011 101100

Color Harmonies of #01E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E1DF

Black with #01E1DF

Text Example


Text Example

White with #01E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,223); }

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

background-color css

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

 a { background-color: rgb(1,225,223); }

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

border-color css

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

 span { border-color: rgb(1,225,223); }

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