Html Css Color HEX #4EEDB9 Turquoise

📋 copy color: '#4EEDB9'

red 78 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #4EEDB9

Tints of Turquoise #4EEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 15.6%
G = 47.4%
B = 37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4EEDB9 (or 0x4EEDB9) is known color: Turquoise. HEX triplet: 4E, ED and B9. RGB value is (78,237,185). Sum of RGB (Red+Green+Blue) = 78+237+185=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDB9 is #B11246. Grayscale: #B7B7B7. Windows color (decimal): -11604551 or 12184910. OLE color: 12184910.

HSL color Cylindrical-coordinate representation of color #4EEDB9: hue angle of 160.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDB9 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 185 -
CMYK 0.67 0 0.22 0.07
HSL 160.38º 0.82% 0.62% -
HSV(B) 160.38º 0.67% 0.93% -
XYZ 42.18 65.69 56.36 -
YUV 183.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 78 237 185 0.67 0 0.22 0.07 160.38 0.82 0.62
Hex 4E ED B9 43 0 16 7 A0 52 3E
Octal 116 355 271 103 0 26 7 240 122 76
Binary 1001110 11101101 10111001 1000011 0 10110 111 10100000 1010010 111110

Color Harmonies of #4EEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDB9

Black with #4EEDB9

Text Example


Text Example

White with #4EEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,237,185); }

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

background-color css

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

 a { background-color: rgb(78,237,185); }

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

border-color css

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

 span { border-color: rgb(78,237,185); }

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