Html Css Color HEX #01EAC7 Bright Turquoise

📋 copy color: '#01EAC7'

red 1 ◦ green 234 ◦ blue 199

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

Shades of Bright Turquoise #01EAC7

Tints of Bright Turquoise #01EAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 0.23%
G = 53.92%
B = 45.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#01EAC7 (or 0x01EAC7) is known color: Bright Turquoise. HEX triplet: 01, EA and C7. RGB value is (1,234,199). Sum of RGB (Red+Green+Blue) = 1+234+199=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EAC7 is #FE1538. Grayscale: #A0A0A0. Windows color (decimal): -16651577 or 13101569. OLE color: 13101569.

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

Color convert

RGB 1 234 199 -
CMYK 1.00 0 0.15 0.08
HSL 170.99º 0.99% 0.46% -
HSV(B) 170.99º 1% 0.92% -
XYZ 39.74 62.98 64.09 -
YUV 160.34 149.81 14.35 -
System Red Green Blue C M Y K H S L
Decimal 1 234 199 1.00 0 0.15 0.08 170.99 0.99 0.46
Hex 1 EA C7 64 0 F 8 AB 63 2E
Octal 1 352 307 144 0 17 10 253 143 56
Binary 1 11101010 11000111 1100100 0 1111 1000 10101011 1100011 101110

Color Harmonies of #01EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EAC7

Black with #01EAC7

Text Example


Text Example

White with #01EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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