Html Css Color HEX #01EAD2 Bright Turquoise

📋 copy color: '#01EAD2'

red 1 ◦ green 234 ◦ blue 210

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

Shades of Bright Turquoise #01EAD2

Tints of Bright Turquoise #01EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 0.22%
G = 52.58%
B = 47.19%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#01EAD2 (or 0x01EAD2) is known color: Bright Turquoise. HEX triplet: 01, EA and D2. RGB value is (1,234,210). Sum of RGB (Red+Green+Blue) = 1+234+210=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EAD2 is #FE152D. Grayscale: #A1A1A1. Windows color (decimal): -16651566 or 13822465. OLE color: 13822465.

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

Color convert

RGB 1 234 210 -
CMYK 1.00 0 0.10 0.08
HSL 173.82º 0.99% 0.46% -
HSV(B) 173.82º 1% 0.92% -
XYZ 41.07 63.51 71.07 -
YUV 161.6 155.31 13.45 -
System Red Green Blue C M Y K H S L
Decimal 1 234 210 1.00 0 0.10 0.08 173.82 0.99 0.46
Hex 1 EA D2 64 0 A 8 AE 63 2E
Octal 1 352 322 144 0 12 10 256 143 56
Binary 1 11101010 11010010 1100100 0 1010 1000 10101110 1100011 101110

Color Harmonies of #01EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EAD2

Black with #01EAD2

Text Example


Text Example

White with #01EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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