Html Css Color HEX #4EEDBE Turquoise

📋 copy color: '#4EEDBE'

red 78 ◦ green 237 ◦ blue 190

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

Shades of Turquoise #4EEDBE

Tints of Turquoise #4EEDBE

RGB

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

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

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

R = 15.45%
G = 46.93%
B = 37.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4EEDBE (or 0x4EEDBE) is known color: Turquoise. HEX triplet: 4E, ED and BE. RGB value is (78,237,190). Sum of RGB (Red+Green+Blue) = 78+237+190=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDBE is #B11241. Grayscale: #B8B8B8. Windows color (decimal): -11604546 or 12512590. OLE color: 12512590.

HSL color Cylindrical-coordinate representation of color #4EEDBE: hue angle of 162.26º 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 #4EEDBE is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 190 -
CMYK 0.67 0 0.20 0.07
HSL 162.26º 0.82% 0.62% -
HSV(B) 162.26º 0.67% 0.93% -
XYZ 42.72 65.91 59.18 -
YUV 184.1 131.32 52.32 -
System Red Green Blue C M Y K H S L
Decimal 78 237 190 0.67 0 0.20 0.07 162.26 0.82 0.62
Hex 4E ED BE 43 0 14 7 A2 52 3E
Octal 116 355 276 103 0 24 7 242 122 76
Binary 1001110 11101101 10111110 1000011 0 10100 111 10100010 1010010 111110

Color Harmonies of #4EEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDBE

Black with #4EEDBE

Text Example


Text Example

White with #4EEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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