Html Css Color HEX #4EBEB8 Medium Turquoise

📋 copy color: '#4EBEB8'

red 78 ◦ green 190 ◦ blue 184

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

Shades of Medium Turquoise #4EBEB8

Tints of Medium Turquoise #4EBEB8

RGB

 RED value IS 78 (30.86% from 255) = 17.26%

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 17.26%
G = 42.04%
B = 40.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4EBEB8 (or 0x4EBEB8) is known color: Medium Turquoise. HEX triplet: 4E, BE and B8. RGB value is (78,190,184). Sum of RGB (Red+Green+Blue) = 78+190+184=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEB8 is #B14147. Grayscale: #9B9B9B. Windows color (decimal): -11616584 or 12107342. OLE color: 12107342.

HSL color Cylindrical-coordinate representation of color #4EBEB8: hue angle of 176.79º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBEB8 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 190 184 -
CMYK 0.59 0 0.03 0.25
HSL 176.79º 0.46% 0.53% -
HSV(B) 176.79º 0.59% 0.75% -
XYZ 30.21 41.91 51.84 -
YUV 155.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 78 190 184 0.59 0 0.03 0.25 176.79 0.46 0.53
Hex 4E BE B8 3B 0 3 19 B1 2E 35
Octal 116 276 270 73 0 3 31 261 56 65
Binary 1001110 10111110 10111000 111011 0 11 11001 10110001 101110 110101

Color Harmonies of #4EBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBEB8

Black with #4EBEB8

Text Example


Text Example

White with #4EBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EBEB8; }

 p { color: rgb(78,190,184); }

 H1.HeaderClassName
 {
   color: #4EBEB8;
 }
 .AnyTagClassName
 {
   color: #4EBEB8;
 }
</style>

background-color css

<style>
 a { background-color: #4EBEB8; }

 a { background-color: rgb(78,190,184); }

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

border-color css

<style>
 span { border-color: #4EBEB8; }

 span { border-color: rgb(78,190,184); }

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