Html Css Color HEX #4EEDBB Turquoise

📋 copy color: '#4EEDBB'

red 78 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #4EEDBB

Tints of Turquoise #4EEDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 15.54%
G = 47.21%
B = 37.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#4EEDBB (or 0x4EEDBB) is known color: Turquoise. HEX triplet: 4E, ED and BB. RGB value is (78,237,187). Sum of RGB (Red+Green+Blue) = 78+237+187=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDBB is #B11244. Grayscale: #B7B7B7. Windows color (decimal): -11604549 or 12315982. OLE color: 12315982.

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

Color convert

RGB 78 237 187 -
CMYK 0.67 0 0.21 0.07
HSL 161.13º 0.82% 0.62% -
HSV(B) 161.13º 0.67% 0.93% -
XYZ 42.4 65.78 57.48 -
YUV 183.76 129.82 52.57 -
System Red Green Blue C M Y K H S L
Decimal 78 237 187 0.67 0 0.21 0.07 161.13 0.82 0.62
Hex 4E ED BB 43 0 15 7 A1 52 3E
Octal 116 355 273 103 0 25 7 241 122 76
Binary 1001110 11101101 10111011 1000011 0 10101 111 10100001 1010010 111110

Color Harmonies of #4EEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDBB

Black with #4EEDBB

Text Example


Text Example

White with #4EEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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