Html Css Color HEX #4DFEDD Turquoise

📋 copy color: '#4DFEDD'

red 77 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #4DFEDD

Tints of Turquoise #4DFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 13.95%
G = 46.01%
B = 40.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#4DFEDD (or 0x4DFEDD) is known color: Turquoise. HEX triplet: 4D, FE and DD. RGB value is (77,254,221). Sum of RGB (Red+Green+Blue) = 77+254+221=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEDD is #B20122. Grayscale: #C5C5C5. Windows color (decimal): -11665699 or 14548557. OLE color: 14548557.

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

Color convert

RGB 77 254 221 -
CMYK 0.70 0 0.13 0.00
HSL 168.81º 0.99% 0.65% -
HSV(B) 168.81º 0.7% 1% -
XYZ 51.55 77.68 80.68 -
YUV 197.32 141.36 42.18 -
System Red Green Blue C M Y K H S L
Decimal 77 254 221 0.70 0 0.13 0.00 168.81 0.99 0.65
Hex 4D FE DD 46 0 D 0 A9 63 41
Octal 115 376 335 106 0 15 0 251 143 101
Binary 1001101 11111110 11011101 1000110 0 1101 0 10101001 1100011 1000001

Color Harmonies of #4DFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEDD

Black with #4DFEDD

Text Example


Text Example

White with #4DFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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