Html Css Color HEX #4DFED1 Turquoise

📋 copy color: '#4DFED1'

red 77 ◦ green 254 ◦ blue 209

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

Shades of Turquoise #4DFED1

Tints of Turquoise #4DFED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 14.26%
G = 47.04%
B = 38.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#4DFED1 (or 0x4DFED1) is known color: Turquoise. HEX triplet: 4D, FE and D1. RGB value is (77,254,209). Sum of RGB (Red+Green+Blue) = 77+254+209=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFED1 is #B2012E. Grayscale: #C3C3C3. Windows color (decimal): -11665711 or 13762125. OLE color: 13762125.

HSL color Cylindrical-coordinate representation of color #4DFED1: hue angle of 164.75º 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 #4DFED1 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 209 -
CMYK 0.70 0 0.18 0.00
HSL 164.75º 0.99% 0.65% -
HSV(B) 164.75º 0.7% 1% -
XYZ 50.01 77.06 72.56 -
YUV 195.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 77 254 209 0.70 0 0.18 0.00 164.75 0.99 0.65
Hex 4D FE D1 46 0 12 0 A5 63 41
Octal 115 376 321 106 0 22 0 245 143 101
Binary 1001101 11111110 11010001 1000110 0 10010 0 10100101 1100011 1000001

Color Harmonies of #4DFED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFED1

Black with #4DFED1

Text Example


Text Example

White with #4DFED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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