Html Css Color HEX #01EADB Bright Turquoise

📋 copy color: '#01EADB'

red 1 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #01EADB

Tints of Bright Turquoise #01EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 0.22%
G = 51.54%
B = 48.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#01EADB (or 0x01EADB) is known color: Bright Turquoise. HEX triplet: 01, EA and DB. RGB value is (1,234,219). Sum of RGB (Red+Green+Blue) = 1+234+219=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #01EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EADB is #FE1524. Grayscale: #A2A2A2. Windows color (decimal): -16651557 or 14412289. OLE color: 14412289.

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

Color convert

RGB 1 234 219 -
CMYK 1.00 0 0.06 0.08
HSL 176.14º 0.99% 0.46% -
HSV(B) 176.14º 1% 0.92% -
XYZ 42.22 63.97 77.14 -
YUV 162.62 159.81 12.72 -
System Red Green Blue C M Y K H S L
Decimal 1 234 219 1.00 0 0.06 0.08 176.14 0.99 0.46
Hex 1 EA DB 64 0 6 8 B0 63 2E
Octal 1 352 333 144 0 6 10 260 143 56
Binary 1 11101010 11011011 1100100 0 110 1000 10110000 1100011 101110

Color Harmonies of #01EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EADB

Black with #01EADB

Text Example


Text Example

White with #01EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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