Html Css Color HEX #4ED0BA Medium Turquoise

📋 copy color: '#4ED0BA'

red 78 ◦ green 208 ◦ blue 186

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

Shades of Medium Turquoise #4ED0BA

Tints of Medium Turquoise #4ED0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 16.53%
G = 44.07%
B = 39.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#4ED0BA (or 0x4ED0BA) is known color: Medium Turquoise. HEX triplet: 4E, D0 and BA. RGB value is (78,208,186). Sum of RGB (Red+Green+Blue) = 78+208+186=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED0BA is #B12F45. Grayscale: #A6A6A6. Windows color (decimal): -11611974 or 12243022. OLE color: 12243022.

HSL color Cylindrical-coordinate representation of color #4ED0BA: hue angle of 169.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED0BA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 208 186 -
CMYK 0.62 0 0.11 0.18
HSL 169.85º 0.58% 0.56% -
HSV(B) 169.85º 0.63% 0.82% -
XYZ 34.56 50.28 54.34 -
YUV 166.62 138.93 64.79 -
System Red Green Blue C M Y K H S L
Decimal 78 208 186 0.62 0 0.11 0.18 169.85 0.58 0.56
Hex 4E D0 BA 3E 0 B 12 AA 3A 38
Octal 116 320 272 76 0 13 22 252 72 70
Binary 1001110 11010000 10111010 111110 0 1011 10010 10101010 111010 111000

Color Harmonies of #4ED0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED0BA

Black with #4ED0BA

Text Example


Text Example

White with #4ED0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,186); }

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

background-color css

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

 a { background-color: rgb(78,208,186); }

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

border-color css

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

 span { border-color: rgb(78,208,186); }

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