Html Css Color HEX #01EACE Bright Turquoise

📋 copy color: '#01EACE'

red 1 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #01EACE

Tints of Bright Turquoise #01EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 0.23%
G = 53.06%
B = 46.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#01EACE (or 0x01EACE) is known color: Bright Turquoise. HEX triplet: 01, EA and CE. RGB value is (1,234,206). Sum of RGB (Red+Green+Blue) = 1+234+206=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #01EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EACE is #FE1531. Grayscale: #A1A1A1. Windows color (decimal): -16651570 or 13560321. OLE color: 13560321.

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

Color convert

RGB 1 234 206 -
CMYK 1.00 0 0.12 0.08
HSL 172.79º 0.99% 0.46% -
HSV(B) 172.79º 1% 0.92% -
XYZ 40.58 63.31 68.47 -
YUV 161.14 153.31 13.78 -
System Red Green Blue C M Y K H S L
Decimal 1 234 206 1.00 0 0.12 0.08 172.79 0.99 0.46
Hex 1 EA CE 64 0 C 8 AD 63 2E
Octal 1 352 316 144 0 14 10 255 143 56
Binary 1 11101010 11001110 1100100 0 1100 1000 10101101 1100011 101110

Color Harmonies of #01EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EACE

Black with #01EACE

Text Example


Text Example

White with #01EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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