Html Css Color HEX #4DDCD0 Medium Turquoise

📋 copy color: '#4DDCD0'

red 77 ◦ green 220 ◦ blue 208

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

Shades of Medium Turquoise #4DDCD0

Tints of Medium Turquoise #4DDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 15.25%
G = 43.56%
B = 41.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#4DDCD0 (or 0x4DDCD0) is known color: Medium Turquoise. HEX triplet: 4D, DC and D0. RGB value is (77,220,208). Sum of RGB (Red+Green+Blue) = 77+220+208=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCD0 is #B2232F. Grayscale: #AFAFAF. Windows color (decimal): -11674416 or 13687885. OLE color: 13687885.

HSL color Cylindrical-coordinate representation of color #4DDCD0: hue angle of 174.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCD0 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 220 208 -
CMYK 0.65 0 0.05 0.14
HSL 174.97º 0.67% 0.58% -
HSV(B) 174.97º 0.65% 0.86% -
XYZ 40.04 57.32 68.63 -
YUV 175.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 77 220 208 0.65 0 0.05 0.14 174.97 0.67 0.58
Hex 4D DC D0 41 0 5 E AF 43 3A
Octal 115 334 320 101 0 5 16 257 103 72
Binary 1001101 11011100 11010000 1000001 0 101 1110 10101111 1000011 111010

Color Harmonies of #4DDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCD0

Black with #4DDCD0

Text Example


Text Example

White with #4DDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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