Html Css Color HEX #4DD3CA Medium Turquoise

📋 copy color: '#4DD3CA'

red 77 ◦ green 211 ◦ blue 202

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

Shades of Medium Turquoise #4DD3CA

Tints of Medium Turquoise #4DD3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 15.71%
G = 43.06%
B = 41.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#4DD3CA (or 0x4DD3CA) is known color: Medium Turquoise. HEX triplet: 4D, D3 and CA. RGB value is (77,211,202). Sum of RGB (Red+Green+Blue) = 77+211+202=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD3CA is #B22C35. Grayscale: #A9A9A9. Windows color (decimal): -11676726 or 13292365. OLE color: 13292365.

HSL color Cylindrical-coordinate representation of color #4DD3CA: hue angle of 175.97º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD3CA is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 77 211 202 -
CMYK 0.64 0 0.04 0.17
HSL 175.97º 0.6% 0.56% -
HSV(B) 175.97º 0.64% 0.83% -
XYZ 37.02 52.43 64.05 -
YUV 169.91 146.11 61.73 -
System Red Green Blue C M Y K H S L
Decimal 77 211 202 0.64 0 0.04 0.17 175.97 0.6 0.56
Hex 4D D3 CA 40 0 4 11 B0 3C 38
Octal 115 323 312 100 0 4 21 260 74 70
Binary 1001101 11010011 11001010 1000000 0 100 10001 10110000 111100 111000

Color Harmonies of #4DD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD3CA

Black with #4DD3CA

Text Example


Text Example

White with #4DD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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