Html Css Color HEX #4DFFDC Turquoise

📋 copy color: '#4DFFDC'

red 77 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #4DFFDC

Tints of Turquoise #4DFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 13.95%
G = 46.2%
B = 39.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#4DFFDC (or 0x4DFFDC) is known color: Turquoise. HEX triplet: 4D, FF and DC. RGB value is (77,255,220). Sum of RGB (Red+Green+Blue) = 77+255+220=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFDC is #B20023. Grayscale: #C5C5C5. Windows color (decimal): -11665444 or 14483277. OLE color: 14483277.

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

Color convert

RGB 77 255 220 -
CMYK 0.70 0 0.14 0
HSL 168.2º 1% 0.65% -
HSV(B) 168.2º 0.7% 1% -
XYZ 51.74 78.27 80.09 -
YUV 197.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 77 255 220 0.70 0 0.14 0 168.2 1 0.65
Hex 4D FF DC 46 0 E 0 A8 64 41
Octal 115 377 334 106 0 16 0 250 144 101
Binary 1001101 11111111 11011100 1000110 0 1110 0 10101000 1100100 1000001

Color Harmonies of #4DFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFDC

Black with #4DFFDC

Text Example


Text Example

White with #4DFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,220); }

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

background-color css

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

 a { background-color: rgb(77,255,220); }

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

border-color css

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

 span { border-color: rgb(77,255,220); }

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