Html Css Color HEX #01EABC Bright Turquoise

📋 copy color: '#01EABC'

red 1 ◦ green 234 ◦ blue 188

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

Shades of Bright Turquoise #01EABC

Tints of Bright Turquoise #01EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 0.24%
G = 55.32%
B = 44.44%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#01EABC (or 0x01EABC) is known color: Bright Turquoise. HEX triplet: 01, EA and BC. RGB value is (1,234,188). Sum of RGB (Red+Green+Blue) = 1+234+188=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #01EABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EABC is #FE1543. Grayscale: #9F9F9F. Windows color (decimal): -16651588 or 12380673. OLE color: 12380673.

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

Color convert

RGB 1 234 188 -
CMYK 1.00 0 0.20 0.08
HSL 168.15º 0.99% 0.46% -
HSV(B) 168.15º 1% 0.92% -
XYZ 38.51 62.48 57.61 -
YUV 159.09 144.31 15.24 -
System Red Green Blue C M Y K H S L
Decimal 1 234 188 1.00 0 0.20 0.08 168.15 0.99 0.46
Hex 1 EA BC 64 0 14 8 A8 63 2E
Octal 1 352 274 144 0 24 10 250 143 56
Binary 1 11101010 10111100 1100100 0 10100 1000 10101000 1100011 101110

Color Harmonies of #01EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EABC

Black with #01EABC

Text Example


Text Example

White with #01EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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