Html Css Color HEX #4DD7C9 Medium Turquoise

📋 copy color: '#4DD7C9'

red 77 ◦ green 215 ◦ blue 201

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

Shades of Medium Turquoise #4DD7C9

Tints of Medium Turquoise #4DD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 15.62%
G = 43.61%
B = 40.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#4DD7C9 (or 0x4DD7C9) is known color: Medium Turquoise. HEX triplet: 4D, D7 and C9. RGB value is (77,215,201). Sum of RGB (Red+Green+Blue) = 77+215+201=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD7C9 is #B22836. Grayscale: #ACACAC. Windows color (decimal): -11675703 or 13227853. OLE color: 13227853.

HSL color Cylindrical-coordinate representation of color #4DD7C9: hue angle of 173.91º degrees, saturation: 0.63, 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 #4DD7C9 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 215 201 -
CMYK 0.64 0 0.07 0.16
HSL 173.91º 0.63% 0.57% -
HSV(B) 173.91º 0.64% 0.84% -
XYZ 37.9 54.4 63.76 -
YUV 172.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 77 215 201 0.64 0 0.07 0.16 173.91 0.63 0.57
Hex 4D D7 C9 40 0 7 10 AE 3F 39
Octal 115 327 311 100 0 7 20 256 77 71
Binary 1001101 11010111 11001001 1000000 0 111 10000 10101110 111111 111001

Color Harmonies of #4DD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD7C9

Black with #4DD7C9

Text Example


Text Example

White with #4DD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,215,201); }

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

background-color css

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

 a { background-color: rgb(77,215,201); }

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

border-color css

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

 span { border-color: rgb(77,215,201); }

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