Html Css Color HEX #4FDCD3 Medium Turquoise

📋 copy color: '#4FDCD3'

red 79 ◦ green 220 ◦ blue 211

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

Shades of Medium Turquoise #4FDCD3

Tints of Medium Turquoise #4FDCD3

RGB

 RED value IS 79 (31.25% from 255) = 15.49%

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

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 15.49%
G = 43.14%
B = 41.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#4FDCD3 (or 0x4FDCD3) is known color: Medium Turquoise. HEX triplet: 4F, DC and D3. RGB value is (79,220,211). Sum of RGB (Red+Green+Blue) = 79+220+211=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCD3 is #B0232C. Grayscale: #B0B0B0. Windows color (decimal): -11543341 or 13884495. OLE color: 13884495.

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

Color convert

RGB 79 220 211 -
CMYK 0.64 0 0.04 0.14
HSL 176.17º 0.67% 0.59% -
HSV(B) 176.17º 0.64% 0.86% -
XYZ 40.58 57.55 70.6 -
YUV 176.82 147.29 58.23 -
System Red Green Blue C M Y K H S L
Decimal 79 220 211 0.64 0 0.04 0.14 176.17 0.67 0.59
Hex 4F DC D3 40 0 4 E B0 43 3B
Octal 117 334 323 100 0 4 16 260 103 73
Binary 1001111 11011100 11010011 1000000 0 100 1110 10110000 1000011 111011

Color Harmonies of #4FDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCD3

Black with #4FDCD3

Text Example


Text Example

White with #4FDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,220,211); }

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

background-color css

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

 a { background-color: rgb(79,220,211); }

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

border-color css

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

 span { border-color: rgb(79,220,211); }

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