Html Css Color HEX #01EACB Bright Turquoise

📋 copy color: '#01EACB'

red 1 ◦ green 234 ◦ blue 203

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

Shades of Bright Turquoise #01EACB

Tints of Bright Turquoise #01EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 0.23%
G = 53.42%
B = 46.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#01EACB (or 0x01EACB) is known color: Bright Turquoise. HEX triplet: 01, EA and CB. RGB value is (1,234,203). Sum of RGB (Red+Green+Blue) = 1+234+203=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #01EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EACB is #FE1534. Grayscale: #A0A0A0. Windows color (decimal): -16651573 or 13363713. OLE color: 13363713.

HSL color Cylindrical-coordinate representation of color #01EACB: hue angle of 172.02º 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 #01EACB is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 234 203 -
CMYK 1.00 0 0.13 0.08
HSL 172.02º 0.99% 0.46% -
HSV(B) 172.02º 1% 0.92% -
XYZ 40.21 63.16 66.57 -
YUV 160.8 151.81 14.02 -
System Red Green Blue C M Y K H S L
Decimal 1 234 203 1.00 0 0.13 0.08 172.02 0.99 0.46
Hex 1 EA CB 64 0 D 8 AC 63 2E
Octal 1 352 313 144 0 15 10 254 143 56
Binary 1 11101010 11001011 1100100 0 1101 1000 10101100 1100011 101110

Color Harmonies of #01EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EACB

Black with #01EACB

Text Example


Text Example

White with #01EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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