Html Css Color HEX #4DFEBD Turquoise

📋 copy color: '#4DFEBD'

red 77 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #4DFEBD

Tints of Turquoise #4DFEBD

RGB

 RED value IS 77 (30.47% from 255) = 14.81%

 GREEN value IS 254 (99.61% from 255) = 48.85%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 14.81%
G = 48.85%
B = 36.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#4DFEBD (or 0x4DFEBD) is known color: Turquoise. HEX triplet: 4D, FE and BD. RGB value is (77,254,189). Sum of RGB (Red+Green+Blue) = 77+254+189=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEBD is #B20142. Grayscale: #C1C1C1. Windows color (decimal): -11665731 or 12451405. OLE color: 12451405.

HSL color Cylindrical-coordinate representation of color #4DFEBD: hue angle of 157.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEBD is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 189 -
CMYK 0.70 0 0.26 0.00
HSL 157.97º 0.99% 0.65% -
HSV(B) 157.97º 0.7% 1% -
XYZ 47.69 76.14 60.33 -
YUV 193.67 125.36 44.79 -
System Red Green Blue C M Y K H S L
Decimal 77 254 189 0.70 0 0.26 0.00 157.97 0.99 0.65
Hex 4D FE BD 46 0 1A 0 9E 63 41
Octal 115 376 275 106 0 32 0 236 143 101
Binary 1001101 11111110 10111101 1000110 0 11010 0 10011110 1100011 1000001

Color Harmonies of #4DFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEBD

Black with #4DFEBD

Text Example


Text Example

White with #4DFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,254,189); }

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

background-color css

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

 a { background-color: rgb(77,254,189); }

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

border-color css

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

 span { border-color: rgb(77,254,189); }

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