Html Css Color HEX #01EABF Bright Turquoise

📋 copy color: '#01EABF'

red 1 ◦ green 234 ◦ blue 191

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

Shades of Bright Turquoise #01EABF

Tints of Bright Turquoise #01EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.93%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 0.23%
G = 54.93%
B = 44.84%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#01EABF (or 0x01EABF) is known color: Bright Turquoise. HEX triplet: 01, EA and BF. RGB value is (1,234,191). Sum of RGB (Red+Green+Blue) = 1+234+191=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #01EABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EABF is #FE1540. Grayscale: #9F9F9F. Windows color (decimal): -16651585 or 12577281. OLE color: 12577281.

HSL color Cylindrical-coordinate representation of color #01EABF: hue angle of 168.93º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EABF is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 234 191 -
CMYK 1.00 0 0.18 0.08
HSL 168.93º 0.99% 0.46% -
HSV(B) 168.93º 1% 0.92% -
XYZ 38.84 62.61 59.33 -
YUV 159.43 145.81 15 -
System Red Green Blue C M Y K H S L
Decimal 1 234 191 1.00 0 0.18 0.08 168.93 0.99 0.46
Hex 1 EA BF 64 0 12 8 A9 63 2E
Octal 1 352 277 144 0 22 10 251 143 56
Binary 1 11101010 10111111 1100100 0 10010 1000 10101001 1100011 101110

Color Harmonies of #01EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EABF

Black with #01EABF

Text Example


Text Example

White with #01EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,234,191); }

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

background-color css

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

 a { background-color: rgb(1,234,191); }

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

border-color css

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

 span { border-color: rgb(1,234,191); }

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