Html Css Color HEX #4DDAD0 Medium Turquoise

📋 copy color: '#4DDAD0'

red 77 ◦ green 218 ◦ blue 208

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

Shades of Medium Turquoise #4DDAD0

Tints of Medium Turquoise #4DDAD0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 15.31%
G = 43.34%
B = 41.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#4DDAD0 (or 0x4DDAD0) is known color: Medium Turquoise. HEX triplet: 4D, DA and D0. RGB value is (77,218,208). Sum of RGB (Red+Green+Blue) = 77+218+208=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAD0 is #B2252F. Grayscale: #AEAEAE. Windows color (decimal): -11674928 or 13687373. OLE color: 13687373.

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

Color convert

RGB 77 218 208 -
CMYK 0.65 0 0.05 0.15
HSL 175.74º 0.66% 0.58% -
HSV(B) 175.74º 0.65% 0.85% -
XYZ 39.52 56.27 68.45 -
YUV 174.7 146.79 58.31 -
System Red Green Blue C M Y K H S L
Decimal 77 218 208 0.65 0 0.05 0.15 175.74 0.66 0.58
Hex 4D DA D0 41 0 5 F B0 42 3A
Octal 115 332 320 101 0 5 17 260 102 72
Binary 1001101 11011010 11010000 1000001 0 101 1111 10110000 1000010 111010

Color Harmonies of #4DDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAD0

Black with #4DDAD0

Text Example


Text Example

White with #4DDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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