Html Css Color HEX #4DD5CC Medium Turquoise

📋 copy color: '#4DD5CC'

red 77 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #4DD5CC

Tints of Medium Turquoise #4DD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 15.59%
G = 43.12%
B = 41.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#4DD5CC (or 0x4DD5CC) is known color: Medium Turquoise. HEX triplet: 4D, D5 and CC. RGB value is (77,213,204). Sum of RGB (Red+Green+Blue) = 77+213+204=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD5CC is #B22A33. Grayscale: #ABABAB. Windows color (decimal): -11676212 or 13423949. OLE color: 13423949.

HSL color Cylindrical-coordinate representation of color #4DD5CC: hue angle of 176.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD5CC is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 213 204 -
CMYK 0.64 0 0.04 0.16
HSL 176.03º 0.62% 0.57% -
HSV(B) 176.03º 0.64% 0.84% -
XYZ 37.75 53.53 65.47 -
YUV 171.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 77 213 204 0.64 0 0.04 0.16 176.03 0.62 0.57
Hex 4D D5 CC 40 0 4 10 B0 3E 39
Octal 115 325 314 100 0 4 20 260 76 71
Binary 1001101 11010101 11001100 1000000 0 100 10000 10110000 111110 111001

Color Harmonies of #4DD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD5CC

Black with #4DD5CC

Text Example


Text Example

White with #4DD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,213,204); }

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

background-color css

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

 a { background-color: rgb(77,213,204); }

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

border-color css

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

 span { border-color: rgb(77,213,204); }

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