Html Css Color HEX #00EABC Bright Turquoise

📋 copy color: '#00EABC'

red 0 ◦ green 234 ◦ blue 188

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

Shades of Bright Turquoise #00EABC

Tints of Bright Turquoise #00EABC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 0%
G = 55.45%
B = 44.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#00EABC (or 0x00EABC) is known color: Bright Turquoise. HEX triplet: 00, EA and BC. RGB value is (0,234,188). Sum of RGB (Red+Green+Blue) = 0+234+188=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #00EABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EABC is #FF1543. Grayscale: #9E9E9E. Windows color (decimal): -16717124 or 12380672. OLE color: 12380672.

HSL color Cylindrical-coordinate representation of color #00EABC: hue angle of 168.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EABC is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 188 -
CMYK 1 0 0.20 0.08
HSL 168.21º 1% 0.46% -
HSV(B) 168.21º 1% 0.92% -
XYZ 38.5 62.48 57.61 -
YUV 158.79 144.48 14.74 -
System Red Green Blue C M Y K H S L
Decimal 0 234 188 1 0 0.20 0.08 168.21 1 0.46
Hex 0 EA BC 64 0 14 8 A8 64 2E
Octal 0 352 274 144 0 24 10 250 144 56
Binary 0 11101010 10111100 1100100 0 10100 1000 10101000 1100100 101110

Color Harmonies of #00EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EABC

Black with #00EABC

Text Example


Text Example

White with #00EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EABC; }

 p { color: rgb(0,234,188); }

 H1.HeaderClassName
 {
   color: #00EABC;
 }
 .AnyTagClassName
 {
   color: #00EABC;
 }
</style>

background-color css

<style>
 a { background-color: #00EABC; }

 a { background-color: rgb(0,234,188); }

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

border-color css

<style>
 span { border-color: #00EABC; }

 span { border-color: rgb(0,234,188); }

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