Html Css Color HEX #4DFED8 Turquoise

📋 copy color: '#4DFED8'

red 77 ◦ green 254 ◦ blue 216

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

Shades of Turquoise #4DFED8

Tints of Turquoise #4DFED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 14.08%
G = 46.44%
B = 39.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#4DFED8 (or 0x4DFED8) is known color: Turquoise. HEX triplet: 4D, FE and D8. RGB value is (77,254,216). Sum of RGB (Red+Green+Blue) = 77+254+216=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFED8 is #B20127. Grayscale: #C4C4C4. Windows color (decimal): -11665704 or 14220877. OLE color: 14220877.

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

Color convert

RGB 77 254 216 -
CMYK 0.70 0 0.15 0.00
HSL 167.12º 0.99% 0.65% -
HSV(B) 167.12º 0.7% 1% -
XYZ 50.9 77.42 77.23 -
YUV 196.75 138.86 42.59 -
System Red Green Blue C M Y K H S L
Decimal 77 254 216 0.70 0 0.15 0.00 167.12 0.99 0.65
Hex 4D FE D8 46 0 F 0 A7 63 41
Octal 115 376 330 106 0 17 0 247 143 101
Binary 1001101 11111110 11011000 1000110 0 1111 0 10100111 1100011 1000001

Color Harmonies of #4DFED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFED8

Black with #4DFED8

Text Example


Text Example

White with #4DFED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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