Html Css Color HEX #01EAC8 Bright Turquoise

📋 copy color: '#01EAC8'

red 1 ◦ green 234 ◦ blue 200

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

Shades of Bright Turquoise #01EAC8

Tints of Bright Turquoise #01EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.98%

R = 0.23%
G = 53.79%
B = 45.98%

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

#01EAC8 (or 0x01EAC8) is known color: Bright Turquoise. HEX triplet: 01, EA and C8. RGB value is (1,234,200). Sum of RGB (Red+Green+Blue) = 1+234+200=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EAC8 is #FE1537. Grayscale: #A0A0A0. Windows color (decimal): -16651576 or 13167105. OLE color: 13167105.

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

Color convert

RGB 1 234 200 -
CMYK 1.00 0 0.15 0.08
HSL 171.24º 0.99% 0.46% -
HSV(B) 171.24º 1% 0.92% -
XYZ 39.86 63.02 64.71 -
YUV 160.46 150.31 14.26 -
System Red Green Blue C M Y K H S L
Decimal 1 234 200 1.00 0 0.15 0.08 171.24 0.99 0.46
Hex 1 EA C8 64 0 F 8 AB 63 2E
Octal 1 352 310 144 0 17 10 253 143 56
Binary 1 11101010 11001000 1100100 0 1111 1000 10101011 1100011 101110

Color Harmonies of #01EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EAC8

Black with #01EAC8

Text Example


Text Example

White with #01EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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