Html Css Color HEX #4DD3DA Medium Turquoise

📋 copy color: '#4DD3DA'

red 77 ◦ green 211 ◦ blue 218

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

Shades of Medium Turquoise #4DD3DA

Tints of Medium Turquoise #4DD3DA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 15.22%
G = 41.7%
B = 43.08%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4DD3DA (or 0x4DD3DA) is known color: Medium Turquoise. HEX triplet: 4D, D3 and DA. RGB value is (77,211,218). Sum of RGB (Red+Green+Blue) = 77+211+218=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DD3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD3DA is #B22C25. Grayscale: #ABABAB. Windows color (decimal): -11676710 or 14340941. OLE color: 14340941.

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

Color convert

RGB 77 211 218 -
CMYK 0.65 0.03 0 0.15
HSL 182.98º 0.66% 0.58% -
HSV(B) 182.98º 0.65% 0.85% -
XYZ 39.01 53.23 74.55 -
YUV 171.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 77 211 218 0.65 0.03 0 0.15 182.98 0.66 0.58
Hex 4D D3 DA 41 3 0 F B7 42 3A
Octal 115 323 332 101 3 0 17 267 102 72
Binary 1001101 11010011 11011010 1000001 11 0 1111 10110111 1000010 111010

Color Harmonies of #4DD3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD3DA

Black with #4DD3DA

Text Example


Text Example

White with #4DD3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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