Html Css Color HEX #4DC7CD Medium Turquoise

📋 copy color: '#4DC7CD'

red 77 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #4DC7CD

Tints of Medium Turquoise #4DC7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 16.01%
G = 41.37%
B = 42.62%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DC7CD (or 0x4DC7CD) is known color: Medium Turquoise. HEX triplet: 4D, C7 and CD. RGB value is (77,199,205). Sum of RGB (Red+Green+Blue) = 77+199+205=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7CD is #B23832. Grayscale: #A3A3A3. Windows color (decimal): -11679795 or 13485901. OLE color: 13485901.

HSL color Cylindrical-coordinate representation of color #4DC7CD: hue angle of 182.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC7CD is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 199 205 -
CMYK 0.62 0.03 0 0.20
HSL 182.81º 0.56% 0.55% -
HSV(B) 182.81º 0.62% 0.8% -
XYZ 34.5 46.83 64.98 -
YUV 163.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 77 199 205 0.62 0.03 0 0.20 182.81 0.56 0.55
Hex 4D C7 CD 3E 3 0 14 B7 38 37
Octal 115 307 315 76 3 0 24 267 70 67
Binary 1001101 11000111 11001101 111110 11 0 10100 10110111 111000 110111

Color Harmonies of #4DC7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC7CD

Black with #4DC7CD

Text Example


Text Example

White with #4DC7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,199,205); }

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

background-color css

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

 a { background-color: rgb(77,199,205); }

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

border-color css

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

 span { border-color: rgb(77,199,205); }

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