Html Css Color HEX #4DDCCF Medium Turquoise

📋 copy color: '#4DDCCF'

red 77 ◦ green 220 ◦ blue 207

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

Shades of Medium Turquoise #4DDCCF

Tints of Medium Turquoise #4DDCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 15.28%
G = 43.65%
B = 41.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#4DDCCF (or 0x4DDCCF) is known color: Medium Turquoise. HEX triplet: 4D, DC and CF. RGB value is (77,220,207). Sum of RGB (Red+Green+Blue) = 77+220+207=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCCF is #B22330. Grayscale: #AFAFAF. Windows color (decimal): -11674417 or 13622349. OLE color: 13622349.

HSL color Cylindrical-coordinate representation of color #4DDCCF: hue angle of 174.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCCF is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 220 207 -
CMYK 0.65 0 0.06 0.14
HSL 174.55º 0.67% 0.58% -
HSV(B) 174.55º 0.65% 0.86% -
XYZ 39.92 57.27 67.98 -
YUV 175.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 77 220 207 0.65 0 0.06 0.14 174.55 0.67 0.58
Hex 4D DC CF 41 0 6 E AF 43 3A
Octal 115 334 317 101 0 6 16 257 103 72
Binary 1001101 11011100 11001111 1000001 0 110 1110 10101111 1000011 111010

Color Harmonies of #4DDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCCF

Black with #4DDCCF

Text Example


Text Example

White with #4DDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,207); }

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

background-color css

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

 a { background-color: rgb(77,220,207); }

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

border-color css

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

 span { border-color: rgb(77,220,207); }

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