Html Css Color HEX #4EBFBE Medium Turquoise

📋 copy color: '#4EBFBE'

red 78 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #4EBFBE

Tints of Medium Turquoise #4EBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 16.99%
G = 41.61%
B = 41.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4EBFBE (or 0x4EBFBE) is known color: Medium Turquoise. HEX triplet: 4E, BF and BE. RGB value is (78,191,190). Sum of RGB (Red+Green+Blue) = 78+191+190=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFBE is #B14041. Grayscale: #9C9C9C. Windows color (decimal): -11616322 or 12500814. OLE color: 12500814.

HSL color Cylindrical-coordinate representation of color #4EBFBE: hue angle of 179.47º degrees, saturation: 0.47, 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 #4EBFBE is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 191 190 -
CMYK 0.59 0 0.01 0.25
HSL 179.47º 0.47% 0.53% -
HSV(B) 179.47º 0.59% 0.75% -
XYZ 31.07 42.6 55.3 -
YUV 157.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 78 191 190 0.59 0 0.01 0.25 179.47 0.47 0.53
Hex 4E BF BE 3B 0 1 19 B3 2F 35
Octal 116 277 276 73 0 1 31 263 57 65
Binary 1001110 10111111 10111110 111011 0 1 11001 10110011 101111 110101

Color Harmonies of #4EBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBFBE

Black with #4EBFBE

Text Example


Text Example

White with #4EBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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